Html Css Color HEX #FC9CF8 Lavender Rose

📋 copy color: '#FC9CF8'

red 252 ◦ green 156 ◦ blue 248

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

Shades of Lavender Rose #FC9CF8

Tints of Lavender Rose #FC9CF8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 23.78%

 BLUE value IS 248 (97.27% from 255) = 37.8%

R = 38.41%
G = 23.78%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC9CF8 (or 0xFC9CF8) is known color: Lavender Rose. HEX triplet: FC, 9C and F8. RGB value is (252,156,248). Sum of RGB (Red+Green+Blue) = 252+156+248=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 156 (61.33% from 255 or 23.78% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9CF8 is #036307. Grayscale: #C2C2C2. Windows color (decimal): -221960 or 16293116. OLE color: 16293116.

HSL color Cylindrical-coordinate representation of color #FC9CF8: hue angle of 302.5º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9CF8 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 156 248 -
CMYK 0 0.38 0.02 0.01
HSL 302.5º 0.94% 0.8% -
HSV(B) 302.5º 0.38% 0.99% -
XYZ 68.98 51.25 95.06 -
YUV 195.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 252 156 248 0 0.38 0.02 0.01 302.5 0.94 0.8
Hex FC 9C F8 0 26 2 1 12E 5E 50
Octal 374 234 370 0 46 2 1 456 136 120
Binary 11111100 10011100 11111000 0 100110 10 1 100101110 1011110 1010000

Color Harmonies of #FC9CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9CF8

Black with #FC9CF8

Text Example


Text Example

White with #FC9CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9CF8; }

 p { color: rgb(252,156,248); }

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

background-color css

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

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

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

border-color css

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

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

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