Html Css Color HEX #F8B6EE Lavender Rose

📋 copy color: '#F8B6EE'

red 248 ◦ green 182 ◦ blue 238

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

Shades of Lavender Rose #F8B6EE

Tints of Lavender Rose #F8B6EE

RGB

 RED value IS 248 (97.27% from 255) = 37.13%

 GREEN value IS 182 (71.48% from 255) = 27.25%

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

R = 37.13%
G = 27.25%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F8B6EE (or 0xF8B6EE) is known color: Lavender Rose. HEX triplet: F8, B6 and EE. RGB value is (248,182,238). Sum of RGB (Red+Green+Blue) = 248+182+238=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 182 (71.48% from 255 or 27.25% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B6EE is #074911. Grayscale: #CFCFCF. Windows color (decimal): -477458 or 15644408. OLE color: 15644408.

HSL color Cylindrical-coordinate representation of color #F8B6EE: hue angle of 309.09º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8B6EE is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 182 238 -
CMYK 0 0.27 0.04 0.03
HSL 309.09º 0.83% 0.84% -
HSV(B) 309.09º 0.27% 0.97% -
XYZ 70.87 59.59 88.65 -
YUV 208.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 248 182 238 0 0.27 0.04 0.03 309.09 0.83 0.84
Hex F8 B6 EE 0 1B 4 3 135 52 54
Octal 370 266 356 0 33 4 3 465 122 124
Binary 11111000 10110110 11101110 0 11011 100 11 100110101 1010010 1010100

Color Harmonies of #F8B6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B6EE

Black with #F8B6EE

Text Example


Text Example

White with #F8B6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B6EE; }

 p { color: rgb(248,182,238); }

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

background-color css

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

 a { background-color: rgb(248,182,238); }

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

border-color css

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

 span { border-color: rgb(248,182,238); }

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