Html Css Color HEX #F8B5E2 Lavender Rose

📋 copy color: '#F8B5E2'

red 248 ◦ green 181 ◦ blue 226

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

Shades of Lavender Rose #F8B5E2

Tints of Lavender Rose #F8B5E2

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.63%

 BLUE value IS 226 (88.67% from 255) = 34.5%

R = 37.86%
G = 27.63%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F8B5E2 (or 0xF8B5E2) is known color: Lavender Rose. HEX triplet: F8, B5 and E2. RGB value is (248,181,226). Sum of RGB (Red+Green+Blue) = 248+181+226=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 181 (71.09% from 255 or 27.63% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B5E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B5E2 is #074A1D. Grayscale: #CECECE. Windows color (decimal): -477726 or 14857720. OLE color: 14857720.

HSL color Cylindrical-coordinate representation of color #F8B5E2: hue angle of 319.7º degrees, saturation: 0.83, 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 #F8B5E2 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 181 226 -
CMYK 0 0.27 0.09 0.03
HSL 319.7º 0.83% 0.84% -
HSV(B) 319.7º 0.27% 0.97% -
XYZ 68.96 58.5 79.61 -
YUV 206.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 248 181 226 0 0.27 0.09 0.03 319.7 0.83 0.84
Hex F8 B5 E2 0 1B 9 3 140 53 54
Octal 370 265 342 0 33 11 3 500 123 124
Binary 11111000 10110101 11100010 0 11011 1001 11 101000000 1010011 1010100

Color Harmonies of #F8B5E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B5E2

Black with #F8B5E2

Text Example


Text Example

White with #F8B5E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B5E2; }

 p { color: rgb(248,181,226); }

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

background-color css

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

 a { background-color: rgb(248,181,226); }

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

border-color css

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

 span { border-color: rgb(248,181,226); }

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