Html Css Color HEX #FCAFDF Lavender Rose

📋 copy color: '#FCAFDF'

red 252 ◦ green 175 ◦ blue 223

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

Shades of Lavender Rose #FCAFDF

Tints of Lavender Rose #FCAFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.31%

R = 38.77%
G = 26.92%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCAFDF (or 0xFCAFDF) is known color: Lavender Rose. HEX triplet: FC, AF and DF. RGB value is (252,175,223). Sum of RGB (Red+Green+Blue) = 252+175+223=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFDF is #035020. Grayscale: #CBCBCB. Windows color (decimal): -217121 or 14659580. OLE color: 14659580.

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

Color convert

RGB 252 175 223 -
CMYK 0 0.31 0.12 0.01
HSL 322.6º 0.93% 0.84% -
HSV(B) 322.6º 0.31% 0.99% -
XYZ 68.79 56.68 77.13 -
YUV 203.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 252 175 223 0 0.31 0.12 0.01 322.6 0.93 0.84
Hex FC AF DF 0 1F C 1 143 5D 54
Octal 374 257 337 0 37 14 1 503 135 124
Binary 11111100 10101111 11011111 0 11111 1100 1 101000011 1011101 1010100

Color Harmonies of #FCAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAFDF

Black with #FCAFDF

Text Example


Text Example

White with #FCAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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