Html Css Color HEX #FCAEEE Lavender Rose

📋 copy color: '#FCAEEE'

red 252 ◦ green 174 ◦ blue 238

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

Shades of Lavender Rose #FCAEEE

Tints of Lavender Rose #FCAEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.84%

R = 37.95%
G = 26.2%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCAEEE (or 0xFCAEEE) is known color: Lavender Rose. HEX triplet: FC, AE and EE. RGB value is (252,174,238). Sum of RGB (Red+Green+Blue) = 252+174+238=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 174 (68.36% from 255 or 26.20% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAEEE is #035111. Grayscale: #CCCCCC. Windows color (decimal): -217362 or 15642364. OLE color: 15642364.

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

Color convert

RGB 252 174 238 -
CMYK 0 0.31 0.06 0.01
HSL 310.77º 0.93% 0.84% -
HSV(B) 310.77º 0.31% 0.99% -
XYZ 70.71 57.14 88.19 -
YUV 204.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 252 174 238 0 0.31 0.06 0.01 310.77 0.93 0.84
Hex FC AE EE 0 1F 6 1 137 5D 54
Octal 374 256 356 0 37 6 1 467 135 124
Binary 11111100 10101110 11101110 0 11111 110 1 100110111 1011101 1010100

Color Harmonies of #FCAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAEEE

Black with #FCAEEE

Text Example


Text Example

White with #FCAEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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