Html Css Color HEX #FCAAFE Lavender Rose

📋 copy color: '#FCAAFE'

red 252 ◦ green 170 ◦ blue 254

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

Shades of Lavender Rose #FCAAFE

Tints of Lavender Rose #FCAAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.57%

R = 37.28%
G = 25.15%
B = 37.57%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCAAFE (or 0xFCAAFE) is known color: Lavender Rose. HEX triplet: FC, AA and FE. RGB value is (252,170,254). Sum of RGB (Red+Green+Blue) = 252+170+254=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 170 (66.80% from 255 or 25.15% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCAAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAAFE is #035501. Grayscale: #CBCBCB. Windows color (decimal): -218370 or 16689916. OLE color: 16689916.

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

Color convert

RGB 252 170 254 -
CMYK 0.01 0.33 0 0.00
HSL 298.57º 0.98% 0.83% -
HSV(B) 298.57º 0.33% 1% -
XYZ 72.41 56.6 100.87 -
YUV 204.09 156.17 162.17 -
System Red Green Blue C M Y K H S L
Decimal 252 170 254 0.01 0.33 0 0.00 298.57 0.98 0.83
Hex FC AA FE 1 21 0 0 12B 62 53
Octal 374 252 376 1 41 0 0 453 142 123
Binary 11111100 10101010 11111110 1 100001 0 0 100101011 1100010 1010011

Color Harmonies of #FCAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAAFE

Black with #FCAAFE

Text Example


Text Example

White with #FCAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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