Html Css Color HEX #FCA8EC Lavender Rose

📋 copy color: '#FCA8EC'

red 252 ◦ green 168 ◦ blue 236

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

Shades of Lavender Rose #FCA8EC

Tints of Lavender Rose #FCA8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.98%

R = 38.41%
G = 25.61%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCA8EC (or 0xFCA8EC) is known color: Lavender Rose. HEX triplet: FC, A8 and EC. RGB value is (252,168,236). Sum of RGB (Red+Green+Blue) = 252+168+236=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 168 (66.02% from 255 or 25.61% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA8EC is #035713. Grayscale: #C8C8C8. Windows color (decimal): -218900 or 15509756. OLE color: 15509756.

HSL color Cylindrical-coordinate representation of color #FCA8EC: hue angle of 311.43º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA8EC is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 168 236 -
CMYK 0 0.33 0.06 0.01
HSL 311.43º 0.93% 0.82% -
HSV(B) 311.43º 0.33% 0.99% -
XYZ 69.29 54.76 86.27 -
YUV 200.87 147.83 164.47 -
System Red Green Blue C M Y K H S L
Decimal 252 168 236 0 0.33 0.06 0.01 311.43 0.93 0.82
Hex FC A8 EC 0 21 6 1 137 5D 52
Octal 374 250 354 0 41 6 1 467 135 122
Binary 11111100 10101000 11101100 0 100001 110 1 100110111 1011101 1010010

Color Harmonies of #FCA8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA8EC

Black with #FCA8EC

Text Example


Text Example

White with #FCA8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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