Html Css Color HEX #F99CD2 Lavender Pink

📋 copy color: '#F99CD2'

red 249 ◦ green 156 ◦ blue 210

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

Shades of Lavender Pink #F99CD2

Tints of Lavender Pink #F99CD2

RGB

 RED value IS 249 (97.66% from 255) = 40.49%

 GREEN value IS 156 (61.33% from 255) = 25.37%

 BLUE value IS 210 (82.42% from 255) = 34.15%

R = 40.49%
G = 25.37%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F99CD2 (or 0xF99CD2) is known color: Lavender Pink. HEX triplet: F9, 9C and D2. RGB value is (249,156,210). Sum of RGB (Red+Green+Blue) = 249+156+210=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99CD2 is #06632D. Grayscale: #BDBDBD. Windows color (decimal): -418606 or 13802745. OLE color: 13802745.

HSL color Cylindrical-coordinate representation of color #F99CD2: hue angle of 325.16º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99CD2 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 156 210 -
CMYK 0 0.37 0.16 0.02
HSL 325.16º 0.89% 0.79% -
HSV(B) 325.16º 0.37% 0.98% -
XYZ 62.59 48.57 67.05 -
YUV 189.96 139.31 170.11 -
System Red Green Blue C M Y K H S L
Decimal 249 156 210 0 0.37 0.16 0.02 325.16 0.89 0.79
Hex F9 9C D2 0 25 10 2 145 59 4F
Octal 371 234 322 0 45 20 2 505 131 117
Binary 11111001 10011100 11010010 0 100101 10000 10 101000101 1011001 1001111

Color Harmonies of #F99CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99CD2

Black with #F99CD2

Text Example


Text Example

White with #F99CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99CD2; }

 p { color: rgb(249,156,210); }

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

background-color css

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

 a { background-color: rgb(249,156,210); }

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

border-color css

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

 span { border-color: rgb(249,156,210); }

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