Html Css Color HEX #FC99F2 Lavender Rose

📋 copy color: '#FC99F2'

red 252 ◦ green 153 ◦ blue 242

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

Shades of Lavender Rose #FC99F2

Tints of Lavender Rose #FC99F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.4%

R = 38.95%
G = 23.65%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC99F2 (or 0xFC99F2) is known color: Lavender Rose. HEX triplet: FC, 99 and F2. RGB value is (252,153,242). Sum of RGB (Red+Green+Blue) = 252+153+242=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 153 (60.16% from 255 or 23.65% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC99F2 is #03660D. Grayscale: #C0C0C0. Windows color (decimal): -222734 or 15899132. OLE color: 15899132.

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

Color convert

RGB 252 153 242 -
CMYK 0 0.39 0.04 0.01
HSL 306.06º 0.94% 0.79% -
HSV(B) 306.06º 0.39% 0.99% -
XYZ 67.56 49.89 90.07 -
YUV 192.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 252 153 242 0 0.39 0.04 0.01 306.06 0.94 0.79
Hex FC 99 F2 0 27 4 1 132 5E 4F
Octal 374 231 362 0 47 4 1 462 136 117
Binary 11111100 10011001 11110010 0 100111 100 1 100110010 1011110 1001111

Color Harmonies of #FC99F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC99F2

Black with #FC99F2

Text Example


Text Example

White with #FC99F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC99F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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