Html Css Color HEX #FCAFE7 Lavender Rose

📋 copy color: '#FCAFE7'

red 252 ◦ green 175 ◦ blue 231

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

Shades of Lavender Rose #FCAFE7

Tints of Lavender Rose #FCAFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.11%

R = 38.3%
G = 26.6%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCAFE7 (or 0xFCAFE7) is known color: Lavender Rose. HEX triplet: FC, AF and E7. RGB value is (252,175,231). Sum of RGB (Red+Green+Blue) = 252+175+231=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 175 (68.75% from 255 or 26.60% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAFE7 is #035018. Grayscale: #CCCCCC. Windows color (decimal): -217113 or 15183868. OLE color: 15183868.

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

Color convert

RGB 252 175 231 -
CMYK 0 0.31 0.08 0.01
HSL 316.36º 0.93% 0.84% -
HSV(B) 316.36º 0.31% 0.99% -
XYZ 69.9 57.12 82.94 -
YUV 204.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 252 175 231 0 0.31 0.08 0.01 316.36 0.93 0.84
Hex FC AF E7 0 1F 8 1 13C 5D 54
Octal 374 257 347 0 37 10 1 474 135 124
Binary 11111100 10101111 11100111 0 11111 1000 1 100111100 1011101 1010100

Color Harmonies of #FCAFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAFE7

Black with #FCAFE7

Text Example


Text Example

White with #FCAFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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