Html Css Color HEX #FCA8F0 Lavender Rose

📋 copy color: '#FCA8F0'

red 252 ◦ green 168 ◦ blue 240

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

Shades of Lavender Rose #FCA8F0

Tints of Lavender Rose #FCA8F0

RGB

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

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

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

R = 38.18%
G = 25.45%
B = 36.36%

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

#FCA8F0 (or 0xFCA8F0) is known color: Lavender Rose. HEX triplet: FC, A8 and F0. RGB value is (252,168,240). Sum of RGB (Red+Green+Blue) = 252+168+240=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 168 (66.02% from 255 or 25.45% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA8F0 is #03570F. Grayscale: #C9C9C9. Windows color (decimal): -218896 or 15771900. OLE color: 15771900.

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

Color convert

RGB 252 168 240 -
CMYK 0 0.33 0.05 0.01
HSL 308.57º 0.93% 0.82% -
HSV(B) 308.57º 0.33% 0.99% -
XYZ 69.88 54.99 89.37 -
YUV 201.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 252 168 240 0 0.33 0.05 0.01 308.57 0.93 0.82
Hex FC A8 F0 0 21 5 1 135 5D 52
Octal 374 250 360 0 41 5 1 465 135 122
Binary 11111100 10101000 11110000 0 100001 101 1 100110101 1011101 1010010

Color Harmonies of #FCA8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA8F0

Black with #FCA8F0

Text Example


Text Example

White with #FCA8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA8F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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