Html Css Color HEX #FABCCD Pink

📋 copy color: '#FABCCD'

red 250 ◦ green 188 ◦ blue 205

#FABCCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink #FABCCD

Tints of Pink #FABCCD

RGB

 RED value IS 250 (98.05% from 255) = 38.88%

 GREEN value IS 188 (73.83% from 255) = 29.24%

 BLUE value IS 205 (80.47% from 255) = 31.88%

R = 38.88%
G = 29.24%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FABCCD (or 0xFABCCD) is known color: Pink. HEX triplet: FA, BC and CD. RGB value is (250,188,205). Sum of RGB (Red+Green+Blue) = 250+188+205=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCCD is #054332. Grayscale: #D0D0D0. Windows color (decimal): -344883 or 13483258. OLE color: 13483258.

HSL color Cylindrical-coordinate representation of color #FABCCD: hue angle of 343.55º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABCCD is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 188 205 -
CMYK 0 0.25 0.18 0.02
HSL 343.55º 0.86% 0.86% -
HSV(B) 343.55º 0.25% 0.98% -
XYZ 68.43 60.7 65.87 -
YUV 208.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 250 188 205 0 0.25 0.18 0.02 343.55 0.86 0.86
Hex FA BC CD 0 19 12 2 158 56 56
Octal 372 274 315 0 31 22 2 530 126 126
Binary 11111010 10111100 11001101 0 11001 10010 10 101011000 1010110 1010110

Color Harmonies of #FABCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABCCD

Black with #FABCCD

Text Example


Text Example

White with #FABCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABCCD; }

 p { color: rgb(250,188,205); }

 H1.HeaderClassName
 {
   color: #FABCCD;
 }
 .AnyTagClassName
 {
   color: #FABCCD;
 }
</style>

background-color css

<style>
 a { background-color: #FABCCD; }

 a { background-color: rgb(250,188,205); }

 div.DivClassName
 {
   background-color: #FABCCD;
 }
 .BgClassName
 {
   background-color: #FABCCD;
 }
</style>

border-color css

<style>
 span { border-color: #FABCCD; }

 span { border-color: rgb(250,188,205); }

 td.TdClassName
 {
   border-color: #FABCCD;
 }
 .TagClassName
 {
   border-color: #FABCCD;
 }
</style>