Html Css Color HEX #FCAFE3 Lavender Rose

📋 copy color: '#FCAFE3'

red 252 ◦ green 175 ◦ blue 227

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

Shades of Lavender Rose #FCAFE3

Tints of Lavender Rose #FCAFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.71%

R = 38.53%
G = 26.76%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCAFE3 (or 0xFCAFE3) is known color: Lavender Rose. HEX triplet: FC, AF and E3. RGB value is (252,175,227). Sum of RGB (Red+Green+Blue) = 252+175+227=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFE3 is #03501C. Grayscale: #CBCBCB. Windows color (decimal): -217117 or 14921724. OLE color: 14921724.

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

Color convert

RGB 252 175 227 -
CMYK 0 0.31 0.10 0.01
HSL 319.48º 0.93% 0.84% -
HSV(B) 319.48º 0.31% 0.99% -
XYZ 69.34 56.9 80 -
YUV 203.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 252 175 227 0 0.31 0.10 0.01 319.48 0.93 0.84
Hex FC AF E3 0 1F A 1 13F 5D 54
Octal 374 257 343 0 37 12 1 477 135 124
Binary 11111100 10101111 11100011 0 11111 1010 1 100111111 1011101 1010100

Color Harmonies of #FCAFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAFE3

Black with #FCAFE3

Text Example


Text Example

White with #FCAFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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