Html Css Color HEX #FCAAFC Lavender Rose

📋 copy color: '#FCAAFC'

red 252 ◦ green 170 ◦ blue 252

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

Shades of Lavender Rose #FCAAFC

Tints of Lavender Rose #FCAAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.39%

R = 37.39%
G = 25.22%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCAAFC (or 0xFCAAFC) is known color: Lavender Rose. HEX triplet: FC, AA and FC. RGB value is (252,170,252). Sum of RGB (Red+Green+Blue) = 252+170+252=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 170 (66.80% from 255 or 25.22% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCAAFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAAFC is #035503. Grayscale: #CBCBCB. Windows color (decimal): -218372 or 16558844. OLE color: 16558844.

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

Color convert

RGB 252 170 252 -
CMYK 0 0.33 0 0.01
HSL 300º 0.93% 0.83% -
HSV(B) 300º 0.33% 0.99% -
XYZ 72.09 56.47 99.2 -
YUV 203.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 252 170 252 0 0.33 0 0.01 300 0.93 0.83
Hex FC AA FC 0 21 0 1 12C 5D 53
Octal 374 252 374 0 41 0 1 454 135 123
Binary 11111100 10101010 11111100 0 100001 0 1 100101100 1011101 1010011

Color Harmonies of #FCAAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAAFC

Black with #FCAAFC

Text Example


Text Example

White with #FCAAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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