Html Css Color HEX #F8B9EC Lavender Rose

📋 copy color: '#F8B9EC'

red 248 ◦ green 185 ◦ blue 236

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

Shades of Lavender Rose #F8B9EC

Tints of Lavender Rose #F8B9EC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.65%

 BLUE value IS 236 (92.58% from 255) = 35.28%

R = 37.07%
G = 27.65%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F8B9EC (or 0xF8B9EC) is known color: Lavender Rose. HEX triplet: F8, B9 and EC. RGB value is (248,185,236). Sum of RGB (Red+Green+Blue) = 248+185+236=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 185 (72.66% from 255 or 27.65% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B9EC is #074613. Grayscale: #D1D1D1. Windows color (decimal): -476692 or 15514104. OLE color: 15514104.

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

Color convert

RGB 248 185 236 -
CMYK 0 0.25 0.05 0.03
HSL 311.43º 0.82% 0.85% -
HSV(B) 311.43º 0.25% 0.97% -
XYZ 71.2 60.71 87.32 -
YUV 209.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 248 185 236 0 0.25 0.05 0.03 311.43 0.82 0.85
Hex F8 B9 EC 0 19 5 3 137 52 55
Octal 370 271 354 0 31 5 3 467 122 125
Binary 11111000 10111001 11101100 0 11001 101 11 100110111 1010010 1010101

Color Harmonies of #F8B9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B9EC

Black with #F8B9EC

Text Example


Text Example

White with #F8B9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B9EC; }

 p { color: rgb(248,185,236); }

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

background-color css

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

 a { background-color: rgb(248,185,236); }

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

border-color css

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

 span { border-color: rgb(248,185,236); }

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