Html Css Color HEX #F9BEF2 Lavender Rose

📋 copy color: '#F9BEF2'

red 249 ◦ green 190 ◦ blue 242

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

Shades of Lavender Rose #F9BEF2

Tints of Lavender Rose #F9BEF2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 27.9%

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

R = 36.56%
G = 27.9%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F9BEF2 (or 0xF9BEF2) is known color: Lavender Rose. HEX triplet: F9, BE and F2. RGB value is (249,190,242). Sum of RGB (Red+Green+Blue) = 249+190+242=681 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.56% from 681); Green value is 190 (74.61% from 255 or 27.90% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BEF2 is #06410D. Grayscale: #D5D5D5. Windows color (decimal): -409870 or 15908601. OLE color: 15908601.

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

Color convert

RGB 249 190 242 -
CMYK 0 0.24 0.03 0.02
HSL 307.12º 0.83% 0.86% -
HSV(B) 307.12º 0.24% 0.98% -
XYZ 73.51 63.38 92.36 -
YUV 213.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 249 190 242 0 0.24 0.03 0.02 307.12 0.83 0.86
Hex F9 BE F2 0 18 3 2 133 53 56
Octal 371 276 362 0 30 3 2 463 123 126
Binary 11111001 10111110 11110010 0 11000 11 10 100110011 1010011 1010110

Color Harmonies of #F9BEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BEF2

Black with #F9BEF2

Text Example


Text Example

White with #F9BEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BEF2; }

 p { color: rgb(249,190,242); }

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

background-color css

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

 a { background-color: rgb(249,190,242); }

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

border-color css

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

 span { border-color: rgb(249,190,242); }

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