Html Css Color HEX #FCAFB2 Light Pink

📋 copy color: '#FCAFB2'

red 252 ◦ green 175 ◦ blue 178

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

Shades of Light Pink #FCAFB2

Tints of Light Pink #FCAFB2

RGB

 RED value IS 252 (98.83% from 255) = 41.65%

 GREEN value IS 175 (68.75% from 255) = 28.93%

 BLUE value IS 178 (69.92% from 255) = 29.42%

R = 41.65%
G = 28.93%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCAFB2 (or 0xFCAFB2) is known color: Light Pink. HEX triplet: FC, AF and B2. RGB value is (252,175,178). Sum of RGB (Red+Green+Blue) = 252+175+178=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAFB2 is #03504D. Grayscale: #C6C6C6. Windows color (decimal): -217166 or 11710460. OLE color: 11710460.

HSL color Cylindrical-coordinate representation of color #FCAFB2: hue angle of 357.66º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCAFB2 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 175 178 -
CMYK 0 0.31 0.29 0.01
HSL 357.66º 0.93% 0.84% -
HSV(B) 357.66º 0.31% 0.99% -
XYZ 63.51 54.57 49.31 -
YUV 198.37 116.51 166.26 -
System Red Green Blue C M Y K H S L
Decimal 252 175 178 0 0.31 0.29 0.01 357.66 0.93 0.84
Hex FC AF B2 0 1F 1D 1 166 5D 54
Octal 374 257 262 0 37 35 1 546 135 124
Binary 11111100 10101111 10110010 0 11111 11101 1 101100110 1011101 1010100

Color Harmonies of #FCAFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAFB2

Black with #FCAFB2

Text Example


Text Example

White with #FCAFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAFB2; }

 p { color: rgb(252,175,178); }

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

background-color css

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

 a { background-color: rgb(252,175,178); }

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

border-color css

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

 span { border-color: rgb(252,175,178); }

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