Html Css Color HEX #F9ADF0 Lavender Rose

📋 copy color: '#F9ADF0'

red 249 ◦ green 173 ◦ blue 240

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

Shades of Lavender Rose #F9ADF0

Tints of Lavender Rose #F9ADF0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.13%

 BLUE value IS 240 (94.14% from 255) = 36.25%

R = 37.61%
G = 26.13%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F9ADF0 (or 0xF9ADF0) is known color: Lavender Rose. HEX triplet: F9, AD and F0. RGB value is (249,173,240). Sum of RGB (Red+Green+Blue) = 249+173+240=662 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.61% from 662); Green value is 173 (67.97% from 255 or 26.13% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ADF0 is #06520F. Grayscale: #CBCBCB. Windows color (decimal): -414224 or 15773177. OLE color: 15773177.

HSL color Cylindrical-coordinate representation of color #F9ADF0: hue angle of 307.11º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ADF0 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 173 240 -
CMYK 0 0.31 0.04 0.02
HSL 307.11º 0.86% 0.83% -
HSV(B) 307.11º 0.31% 0.98% -
XYZ 69.74 56.32 89.63 -
YUV 203.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 249 173 240 0 0.31 0.04 0.02 307.11 0.86 0.83
Hex F9 AD F0 0 1F 4 2 133 56 53
Octal 371 255 360 0 37 4 2 463 126 123
Binary 11111001 10101101 11110000 0 11111 100 10 100110011 1010110 1010011

Color Harmonies of #F9ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ADF0

Black with #F9ADF0

Text Example


Text Example

White with #F9ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ADF0; }

 p { color: rgb(249,173,240); }

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

background-color css

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

 a { background-color: rgb(249,173,240); }

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

border-color css

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

 span { border-color: rgb(249,173,240); }

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