Html Css Color HEX #F99AD3 Lavender Rose

📋 copy color: '#F99AD3'

red 249 ◦ green 154 ◦ blue 211

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

Shades of Lavender Rose #F99AD3

Tints of Lavender Rose #F99AD3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.08%

 BLUE value IS 211 (82.81% from 255) = 34.36%

R = 40.55%
G = 25.08%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F99AD3 (or 0xF99AD3) is known color: Lavender Rose. HEX triplet: F9, 9A and D3. RGB value is (249,154,211). Sum of RGB (Red+Green+Blue) = 249+154+211=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99AD3 is #06652C. Grayscale: #BCBCBC. Windows color (decimal): -419117 or 13867769. OLE color: 13867769.

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

Color convert

RGB 249 154 211 -
CMYK 0 0.38 0.15 0.02
HSL 324º 0.89% 0.79% -
HSV(B) 324º 0.38% 0.98% -
XYZ 62.38 47.95 67.6 -
YUV 188.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 249 154 211 0 0.38 0.15 0.02 324 0.89 0.79
Hex F9 9A D3 0 26 F 2 144 59 4F
Octal 371 232 323 0 46 17 2 504 131 117
Binary 11111001 10011010 11010011 0 100110 1111 10 101000100 1011001 1001111

Color Harmonies of #F99AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99AD3

Black with #F99AD3

Text Example


Text Example

White with #F99AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99AD3; }

 p { color: rgb(249,154,211); }

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

background-color css

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

 a { background-color: rgb(249,154,211); }

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

border-color css

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

 span { border-color: rgb(249,154,211); }

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