Html Css Color HEX #FCAAF0 Lavender Rose

📋 copy color: '#FCAAF0'

red 252 ◦ green 170 ◦ blue 240

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

Shades of Lavender Rose #FCAAF0

Tints of Lavender Rose #FCAAF0

RGB

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

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

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

R = 38.07%
G = 25.68%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCAAF0 (or 0xFCAAF0) is known color: Lavender Rose. HEX triplet: FC, AA and F0. RGB value is (252,170,240). Sum of RGB (Red+Green+Blue) = 252+170+240=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 170 (66.80% from 255 or 25.68% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAAF0 is #03550F. Grayscale: #CACACA. Windows color (decimal): -218384 or 15772412. OLE color: 15772412.

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

Color convert

RGB 252 170 240 -
CMYK 0 0.33 0.05 0.01
HSL 308.78º 0.93% 0.83% -
HSV(B) 308.78º 0.33% 0.99% -
XYZ 70.25 55.74 89.49 -
YUV 202.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 252 170 240 0 0.33 0.05 0.01 308.78 0.93 0.83
Hex FC AA F0 0 21 5 1 135 5D 53
Octal 374 252 360 0 41 5 1 465 135 123
Binary 11111100 10101010 11110000 0 100001 101 1 100110101 1011101 1010011

Color Harmonies of #FCAAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAAF0

Black with #FCAAF0

Text Example


Text Example

White with #FCAAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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