Html Css Color HEX #FC99D5 Lavender Rose

📋 copy color: '#FC99D5'

red 252 ◦ green 153 ◦ blue 213

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

Shades of Lavender Rose #FC99D5

Tints of Lavender Rose #FC99D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.47%

R = 40.78%
G = 24.76%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC99D5 (or 0xFC99D5) is known color: Lavender Rose. HEX triplet: FC, 99 and D5. RGB value is (252,153,213). Sum of RGB (Red+Green+Blue) = 252+153+213=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 153 (60.16% from 255 or 24.76% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC99D5 is #03662A. Grayscale: #BDBDBD. Windows color (decimal): -222763 or 13998588. OLE color: 13998588.

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

Color convert

RGB 252 153 213 -
CMYK 0 0.39 0.15 0.01
HSL 323.64º 0.94% 0.79% -
HSV(B) 323.64º 0.39% 0.99% -
XYZ 63.55 48.28 68.92 -
YUV 189.44 141.3 172.62 -
System Red Green Blue C M Y K H S L
Decimal 252 153 213 0 0.39 0.15 0.01 323.64 0.94 0.79
Hex FC 99 D5 0 27 F 1 144 5E 4F
Octal 374 231 325 0 47 17 1 504 136 117
Binary 11111100 10011001 11010101 0 100111 1111 1 101000100 1011110 1001111

Color Harmonies of #FC99D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC99D5

Black with #FC99D5

Text Example


Text Example

White with #FC99D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC99D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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