Html Css Color HEX #FCA8FE Lavender Rose

📋 copy color: '#FCA8FE'

red 252 ◦ green 168 ◦ blue 254

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

Shades of Lavender Rose #FCA8FE

Tints of Lavender Rose #FCA8FE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 24.93%

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

R = 37.39%
G = 24.93%
B = 37.69%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCA8FE (or 0xFCA8FE) is known color: Lavender Rose. HEX triplet: FC, A8 and FE. RGB value is (252,168,254). Sum of RGB (Red+Green+Blue) = 252+168+254=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 168 (66.02% from 255 or 24.93% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCA8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA8FE is #035701. Grayscale: #CACACA. Windows color (decimal): -218882 or 16689404. OLE color: 16689404.

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

Color convert

RGB 252 168 254 -
CMYK 0.01 0.34 0 0.00
HSL 298.6º 0.98% 0.83% -
HSV(B) 298.6º 0.34% 1% -
XYZ 72.04 55.86 100.75 -
YUV 202.92 156.83 163.01 -
System Red Green Blue C M Y K H S L
Decimal 252 168 254 0.01 0.34 0 0.00 298.6 0.98 0.83
Hex FC A8 FE 1 22 0 0 12B 62 53
Octal 374 250 376 1 42 0 0 453 142 123
Binary 11111100 10101000 11111110 1 100010 0 0 100101011 1100010 1010011

Color Harmonies of #FCA8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA8FE

Black with #FCA8FE

Text Example


Text Example

White with #FCA8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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