Html Css Color HEX #FCAEF0 Lavender Rose

📋 copy color: '#FCAEF0'

red 252 ◦ green 174 ◦ blue 240

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

Shades of Lavender Rose #FCAEF0

Tints of Lavender Rose #FCAEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.04%

R = 37.84%
G = 26.13%
B = 36.04%

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

#FCAEF0 (or 0xFCAEF0) is known color: Lavender Rose. HEX triplet: FC, AE and F0. RGB value is (252,174,240). Sum of RGB (Red+Green+Blue) = 252+174+240=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 174 (68.36% from 255 or 26.13% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAEF0 is #03510F. Grayscale: #CCCCCC. Windows color (decimal): -217360 or 15773436. OLE color: 15773436.

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

Color convert

RGB 252 174 240 -
CMYK 0 0.31 0.05 0.01
HSL 309.23º 0.93% 0.84% -
HSV(B) 309.23º 0.31% 0.99% -
XYZ 71.01 57.26 89.75 -
YUV 204.85 147.84 161.63 -
System Red Green Blue C M Y K H S L
Decimal 252 174 240 0 0.31 0.05 0.01 309.23 0.93 0.84
Hex FC AE F0 0 1F 5 1 135 5D 54
Octal 374 256 360 0 37 5 1 465 135 124
Binary 11111100 10101110 11110000 0 11111 101 1 100110101 1011101 1010100

Color Harmonies of #FCAEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAEF0

Black with #FCAEF0

Text Example


Text Example

White with #FCAEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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