Html Css Color HEX #FCAAEA Lavender Rose

📋 copy color: '#FCAAEA'

red 252 ◦ green 170 ◦ blue 234

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

Shades of Lavender Rose #FCAAEA

Tints of Lavender Rose #FCAAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.67%

R = 38.41%
G = 25.91%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCAAEA (or 0xFCAAEA) is known color: Lavender Rose. HEX triplet: FC, AA and EA. RGB value is (252,170,234). Sum of RGB (Red+Green+Blue) = 252+170+234=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 170 (66.80% from 255 or 25.91% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAAEA is #035515. Grayscale: #C9C9C9. Windows color (decimal): -218390 or 15379196. OLE color: 15379196.

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

Color convert

RGB 252 170 234 -
CMYK 0 0.33 0.07 0.01
HSL 313.17º 0.93% 0.83% -
HSV(B) 313.17º 0.33% 0.99% -
XYZ 69.37 55.39 84.88 -
YUV 201.81 146.17 163.8 -
System Red Green Blue C M Y K H S L
Decimal 252 170 234 0 0.33 0.07 0.01 313.17 0.93 0.83
Hex FC AA EA 0 21 7 1 139 5D 53
Octal 374 252 352 0 41 7 1 471 135 123
Binary 11111100 10101010 11101010 0 100001 111 1 100111001 1011101 1010011

Color Harmonies of #FCAAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAAEA

Black with #FCAAEA

Text Example


Text Example

White with #FCAAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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