Html Css Color HEX #FC98E5 Lavender Rose

📋 copy color: '#FC98E5'

red 252 ◦ green 152 ◦ blue 229

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

Shades of Lavender Rose #FC98E5

Tints of Lavender Rose #FC98E5

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.01%

 BLUE value IS 229 (89.84% from 255) = 36.18%

R = 39.81%
G = 24.01%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC98E5 (or 0xFC98E5) is known color: Lavender Rose. HEX triplet: FC, 98 and E5. RGB value is (252,152,229). Sum of RGB (Red+Green+Blue) = 252+152+229=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 152 (59.77% from 255 or 24.01% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC98E5 is #03671A. Grayscale: #BEBEBE. Windows color (decimal): -223003 or 15046908. OLE color: 15046908.

HSL color Cylindrical-coordinate representation of color #FC98E5: hue angle of 313.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC98E5 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 152 229 -
CMYK 0 0.40 0.09 0.01
HSL 313.8º 0.94% 0.79% -
HSV(B) 313.8º 0.4% 0.99% -
XYZ 65.52 48.81 80.1 -
YUV 190.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 252 152 229 0 0.40 0.09 0.01 313.8 0.94 0.79
Hex FC 98 E5 0 28 9 1 13A 5E 4F
Octal 374 230 345 0 50 11 1 472 136 117
Binary 11111100 10011000 11100101 0 101000 1001 1 100111010 1011110 1001111

Color Harmonies of #FC98E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC98E5

Black with #FC98E5

Text Example


Text Example

White with #FC98E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC98E5; }

 p { color: rgb(252,152,229); }

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

background-color css

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

 a { background-color: rgb(252,152,229); }

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

border-color css

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

 span { border-color: rgb(252,152,229); }

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