Html Css Color HEX #FCAEEF Lavender Rose

📋 copy color: '#FCAEEF'

red 252 ◦ green 174 ◦ blue 239

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

Shades of Lavender Rose #FCAEEF

Tints of Lavender Rose #FCAEEF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.17%

 BLUE value IS 239 (93.75% from 255) = 35.94%

R = 37.89%
G = 26.17%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCAEEF (or 0xFCAEEF) is known color: Lavender Rose. HEX triplet: FC, AE and EF. RGB value is (252,174,239). Sum of RGB (Red+Green+Blue) = 252+174+239=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 174 (68.36% from 255 or 26.17% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAEEF is #035110. Grayscale: #CCCCCC. Windows color (decimal): -217361 or 15707900. OLE color: 15707900.

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

Color convert

RGB 252 174 239 -
CMYK 0 0.31 0.05 0.01
HSL 310º 0.93% 0.84% -
HSV(B) 310º 0.31% 0.99% -
XYZ 70.86 57.2 88.97 -
YUV 204.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 252 174 239 0 0.31 0.05 0.01 310 0.93 0.84
Hex FC AE EF 0 1F 5 1 136 5D 54
Octal 374 256 357 0 37 5 1 466 135 124
Binary 11111100 10101110 11101111 0 11111 101 1 100110110 1011101 1010100

Color Harmonies of #FCAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAEEF

Black with #FCAEEF

Text Example


Text Example

White with #FCAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAEEF; }

 p { color: rgb(252,174,239); }

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

background-color css

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

 a { background-color: rgb(252,174,239); }

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

border-color css

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

 span { border-color: rgb(252,174,239); }

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