Html Css Color HEX #F999D4 Lavender Rose

📋 copy color: '#F999D4'

red 249 ◦ green 153 ◦ blue 212

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

Shades of Lavender Rose #F999D4

Tints of Lavender Rose #F999D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.53%

R = 40.55%
G = 24.92%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F999D4 (or 0xF999D4) is known color: Lavender Rose. HEX triplet: F9, 99 and D4. RGB value is (249,153,212). Sum of RGB (Red+Green+Blue) = 249+153+212=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F999D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F999D4 is #06662B. Grayscale: #BCBCBC. Windows color (decimal): -419372 or 13933049. OLE color: 13933049.

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

Color convert

RGB 249 153 212 -
CMYK 0 0.39 0.15 0.02
HSL 323.13º 0.89% 0.79% -
HSV(B) 323.13º 0.39% 0.98% -
XYZ 62.34 47.68 68.2 -
YUV 188.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 249 153 212 0 0.39 0.15 0.02 323.13 0.89 0.79
Hex F9 99 D4 0 27 F 2 143 59 4F
Octal 371 231 324 0 47 17 2 503 131 117
Binary 11111001 10011001 11010100 0 100111 1111 10 101000011 1011001 1001111

Color Harmonies of #F999D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F999D4

Black with #F999D4

Text Example


Text Example

White with #F999D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F999D4; }

 p { color: rgb(249,153,212); }

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

background-color css

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

 a { background-color: rgb(249,153,212); }

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

border-color css

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

 span { border-color: rgb(249,153,212); }

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