Html Css Color HEX #FC99DF Lavender Rose

📋 copy color: '#FC99DF'

red 252 ◦ green 153 ◦ blue 223

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

Shades of Lavender Rose #FC99DF

Tints of Lavender Rose #FC99DF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.36%

 BLUE value IS 223 (87.5% from 255) = 35.51%

R = 40.13%
G = 24.36%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC99DF (or 0xFC99DF) is known color: Lavender Rose. HEX triplet: FC, 99 and DF. RGB value is (252,153,223). Sum of RGB (Red+Green+Blue) = 252+153+223=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 153 (60.16% from 255 or 24.36% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC99DF is #036620. Grayscale: #BEBEBE. Windows color (decimal): -222753 or 14653948. OLE color: 14653948.

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

Color convert

RGB 252 153 223 -
CMYK 0 0.39 0.12 0.01
HSL 317.58º 0.94% 0.79% -
HSV(B) 317.58º 0.39% 0.99% -
XYZ 64.86 48.81 75.81 -
YUV 190.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 252 153 223 0 0.39 0.12 0.01 317.58 0.94 0.79
Hex FC 99 DF 0 27 C 1 13E 5E 4F
Octal 374 231 337 0 47 14 1 476 136 117
Binary 11111100 10011001 11011111 0 100111 1100 1 100111110 1011110 1001111

Color Harmonies of #FC99DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC99DF

Black with #FC99DF

Text Example


Text Example

White with #FC99DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC99DF; }

 p { color: rgb(252,153,223); }

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

background-color css

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

 a { background-color: rgb(252,153,223); }

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

border-color css

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

 span { border-color: rgb(252,153,223); }

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