Html Css Color HEX #FC9FED Lavender Rose

📋 copy color: '#FC9FED'

red 252 ◦ green 159 ◦ blue 237

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

Shades of Lavender Rose #FC9FED

Tints of Lavender Rose #FC9FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 24.54%

 BLUE value IS 237 (92.97% from 255) = 36.57%

R = 38.89%
G = 24.54%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC9FED (or 0xFC9FED) is known color: Lavender Rose. HEX triplet: FC, 9F and ED. RGB value is (252,159,237). Sum of RGB (Red+Green+Blue) = 252+159+237=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 159 (62.5% from 255 or 24.54% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9FED is #036012. Grayscale: #C3C3C3. Windows color (decimal): -221203 or 15572988. OLE color: 15572988.

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

Color convert

RGB 252 159 237 -
CMYK 0 0.37 0.06 0.01
HSL 309.68º 0.94% 0.81% -
HSV(B) 309.68º 0.37% 0.99% -
XYZ 67.83 51.61 86.51 -
YUV 195.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 252 159 237 0 0.37 0.06 0.01 309.68 0.94 0.81
Hex FC 9F ED 0 25 6 1 136 5E 51
Octal 374 237 355 0 45 6 1 466 136 121
Binary 11111100 10011111 11101101 0 100101 110 1 100110110 1011110 1010001

Color Harmonies of #FC9FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9FED

Black with #FC9FED

Text Example


Text Example

White with #FC9FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9FED; }

 p { color: rgb(252,159,237); }

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

background-color css

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

 a { background-color: rgb(252,159,237); }

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

border-color css

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

 span { border-color: rgb(252,159,237); }

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