Html Css Color HEX #FCAFE1 Lavender Rose

📋 copy color: '#FCAFE1'

red 252 ◦ green 175 ◦ blue 225

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

Shades of Lavender Rose #FCAFE1

Tints of Lavender Rose #FCAFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.51%

R = 38.65%
G = 26.84%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCAFE1 (or 0xFCAFE1) is known color: Lavender Rose. HEX triplet: FC, AF and E1. RGB value is (252,175,225). Sum of RGB (Red+Green+Blue) = 252+175+225=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 175 (68.75% from 255 or 26.84% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFE1 is #03501E. Grayscale: #CBCBCB. Windows color (decimal): -217119 or 14790652. OLE color: 14790652.

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

Color convert

RGB 252 175 225 -
CMYK 0 0.31 0.11 0.01
HSL 321.04º 0.93% 0.84% -
HSV(B) 321.04º 0.31% 0.99% -
XYZ 69.07 56.79 78.56 -
YUV 203.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 252 175 225 0 0.31 0.11 0.01 321.04 0.93 0.84
Hex FC AF E1 0 1F B 1 141 5D 54
Octal 374 257 341 0 37 13 1 501 135 124
Binary 11111100 10101111 11100001 0 11111 1011 1 101000001 1011101 1010100

Color Harmonies of #FCAFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAFE1

Black with #FCAFE1

Text Example


Text Example

White with #FCAFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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