Html Css Color HEX #FCA6FF Lavender Rose

📋 copy color: '#FCA6FF'

red 252 ◦ green 166 ◦ blue 255

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

Shades of Lavender Rose #FCA6FF

Tints of Lavender Rose #FCA6FF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 24.67%

 BLUE value IS 255 (100% from 255) = 37.89%

R = 37.44%
G = 24.67%
B = 37.89%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCA6FF (or 0xFCA6FF) is known color: Lavender Rose. HEX triplet: FC, A6 and FF. RGB value is (252,166,255). Sum of RGB (Red+Green+Blue) = 252+166+255=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 166 (65.23% from 255 or 24.67% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCA6FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA6FF is #035900. Grayscale: #C9C9C9. Windows color (decimal): -219393 or 16754428. OLE color: 16754428.

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

Color convert

RGB 252 166 255 -
CMYK 0.01 0.35 0 0
HSL 297.98º 1% 0.83% -
HSV(B) 297.98º 0.35% 1% -
XYZ 71.83 55.19 101.47 -
YUV 201.86 157.99 163.76 -
System Red Green Blue C M Y K H S L
Decimal 252 166 255 0.01 0.35 0 0 297.98 1 0.83
Hex FC A6 FF 1 23 0 0 12A 64 53
Octal 374 246 377 1 43 0 0 452 144 123
Binary 11111100 10100110 11111111 1 100011 0 0 100101010 1100100 1010011

Color Harmonies of #FCA6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA6FF

Black with #FCA6FF

Text Example


Text Example

White with #FCA6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA6FF; }

 p { color: rgb(252,166,255); }

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

background-color css

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

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

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

border-color css

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

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

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