Html Css Color HEX #FCAFCD Lavender Pink

📋 copy color: '#FCAFCD'

red 252 ◦ green 175 ◦ blue 205

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

Shades of Lavender Pink #FCAFCD

Tints of Lavender Pink #FCAFCD

RGB

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

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

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

R = 39.87%
G = 27.69%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCAFCD (or 0xFCAFCD) is known color: Lavender Pink. HEX triplet: FC, AF and CD. RGB value is (252,175,205). Sum of RGB (Red+Green+Blue) = 252+175+205=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFCD is #035032. Grayscale: #C9C9C9. Windows color (decimal): -217139 or 13479932. OLE color: 13479932.

HSL color Cylindrical-coordinate representation of color #FCAFCD: hue angle of 336.62º 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 #FCAFCD is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 175 205 -
CMYK 0 0.31 0.19 0.01
HSL 336.62º 0.93% 0.84% -
HSV(B) 336.62º 0.31% 0.99% -
XYZ 66.49 55.76 65.02 -
YUV 201.44 130.01 164.06 -
System Red Green Blue C M Y K H S L
Decimal 252 175 205 0 0.31 0.19 0.01 336.62 0.93 0.84
Hex FC AF CD 0 1F 13 1 151 5D 54
Octal 374 257 315 0 37 23 1 521 135 124
Binary 11111100 10101111 11001101 0 11111 10011 1 101010001 1011101 1010100

Color Harmonies of #FCAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAFCD

Black with #FCAFCD

Text Example


Text Example

White with #FCAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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