Html Css Color HEX #FAB5C2 Light Pink

📋 copy color: '#FAB5C2'

red 250 ◦ green 181 ◦ blue 194

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

Shades of Light Pink #FAB5C2

Tints of Light Pink #FAB5C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.04%

R = 40%
G = 28.96%
B = 31.04%

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

#FAB5C2 (or 0xFAB5C2) is known color: Light Pink. HEX triplet: FA, B5 and C2. RGB value is (250,181,194). Sum of RGB (Red+Green+Blue) = 250+181+194=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5C2 is #054A3D. Grayscale: #CBCBCB. Windows color (decimal): -346686 or 12760570. OLE color: 12760570.

HSL color Cylindrical-coordinate representation of color #FAB5C2: hue angle of 348.7º 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 #FAB5C2 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 181 194 -
CMYK 0 0.28 0.22 0.02
HSL 348.7º 0.87% 0.85% -
HSV(B) 348.7º 0.28% 0.98% -
XYZ 65.69 57.27 58.63 -
YUV 203.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 250 181 194 0 0.28 0.22 0.02 348.7 0.87 0.85
Hex FA B5 C2 0 1C 16 2 15D 57 55
Octal 372 265 302 0 34 26 2 535 127 125
Binary 11111010 10110101 11000010 0 11100 10110 10 101011101 1010111 1010101

Color Harmonies of #FAB5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB5C2

Black with #FAB5C2

Text Example


Text Example

White with #FAB5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB5C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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