Html Css Color HEX #FCAAEE Lavender Rose

📋 copy color: '#FCAAEE'

red 252 ◦ green 170 ◦ blue 238

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

Shades of Lavender Rose #FCAAEE

Tints of Lavender Rose #FCAAEE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 25.76%

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

R = 38.18%
G = 25.76%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCAAEE (or 0xFCAAEE) is known color: Lavender Rose. HEX triplet: FC, AA and EE. RGB value is (252,170,238). Sum of RGB (Red+Green+Blue) = 252+170+238=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 170 (66.80% from 255 or 25.76% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAAEE is #035511. Grayscale: #CACACA. Windows color (decimal): -218386 or 15641340. OLE color: 15641340.

HSL color Cylindrical-coordinate representation of color #FCAAEE: hue angle of 310.24º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCAAEE is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 170 238 -
CMYK 0 0.33 0.06 0.01
HSL 310.24º 0.93% 0.83% -
HSV(B) 310.24º 0.33% 0.99% -
XYZ 69.95 55.62 87.94 -
YUV 202.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 252 170 238 0 0.33 0.06 0.01 310.24 0.93 0.83
Hex FC AA EE 0 21 6 1 136 5D 53
Octal 374 252 356 0 41 6 1 466 135 123
Binary 11111100 10101010 11101110 0 100001 110 1 100110110 1011101 1010011

Color Harmonies of #FCAAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAAEE

Black with #FCAAEE

Text Example


Text Example

White with #FCAAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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