Html Css Color HEX #FAB5C3 Light Pink

📋 copy color: '#FAB5C3'

red 250 ◦ green 181 ◦ blue 195

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

Shades of Light Pink #FAB5C3

Tints of Light Pink #FAB5C3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.91%

 BLUE value IS 195 (76.56% from 255) = 31.15%

R = 39.94%
G = 28.91%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FAB5C3 (or 0xFAB5C3) is known color: Light Pink. HEX triplet: FA, B5 and C3. RGB value is (250,181,195). Sum of RGB (Red+Green+Blue) = 250+181+195=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 195 (76.56% from 255 or 31.15% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5C3 is #054A3C. Grayscale: #CBCBCB. Windows color (decimal): -346685 or 12826106. OLE color: 12826106.

HSL color Cylindrical-coordinate representation of color #FAB5C3: hue angle of 347.83º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB5C3 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 181 195 -
CMYK 0 0.28 0.22 0.02
HSL 347.83º 0.87% 0.85% -
HSV(B) 347.83º 0.28% 0.98% -
XYZ 65.8 57.31 59.22 -
YUV 203.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 250 181 195 0 0.28 0.22 0.02 347.83 0.87 0.85
Hex FA B5 C3 0 1C 16 2 15C 57 55
Octal 372 265 303 0 34 26 2 534 127 125
Binary 11111010 10110101 11000011 0 11100 10110 10 101011100 1010111 1010101

Color Harmonies of #FAB5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB5C3

Black with #FAB5C3

Text Example


Text Example

White with #FAB5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB5C3; }

 p { color: rgb(250,181,195); }

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

background-color css

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

 a { background-color: rgb(250,181,195); }

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

border-color css

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

 span { border-color: rgb(250,181,195); }

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