Html Css Color HEX #F9BFEE Lavender Rose

📋 copy color: '#F9BFEE'

red 249 ◦ green 191 ◦ blue 238

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

Shades of Lavender Rose #F9BFEE

Tints of Lavender Rose #F9BFEE

RGB

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

 GREEN value IS 191 (75% from 255) = 28.17%

 BLUE value IS 238 (93.36% from 255) = 35.1%

R = 36.73%
G = 28.17%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F9BFEE (or 0xF9BFEE) is known color: Lavender Rose. HEX triplet: F9, BF and EE. RGB value is (249,191,238). Sum of RGB (Red+Green+Blue) = 249+191+238=678 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.73% from 678); Green value is 191 (75% from 255 or 28.17% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BFEE is #064011. Grayscale: #D5D5D5. Windows color (decimal): -409618 or 15646713. OLE color: 15646713.

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

Color convert

RGB 249 191 238 -
CMYK 0 0.23 0.04 0.02
HSL 311.38º 0.83% 0.86% -
HSV(B) 311.38º 0.23% 0.98% -
XYZ 73.13 63.57 89.31 -
YUV 213.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 249 191 238 0 0.23 0.04 0.02 311.38 0.83 0.86
Hex F9 BF EE 0 17 4 2 137 53 56
Octal 371 277 356 0 27 4 2 467 123 126
Binary 11111001 10111111 11101110 0 10111 100 10 100110111 1010011 1010110

Color Harmonies of #F9BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BFEE

Black with #F9BFEE

Text Example


Text Example

White with #F9BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BFEE; }

 p { color: rgb(249,191,238); }

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

background-color css

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

 a { background-color: rgb(249,191,238); }

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

border-color css

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

 span { border-color: rgb(249,191,238); }

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