Html Css Color HEX #F8B3EA Lavender Rose

📋 copy color: '#F8B3EA'

red 248 ◦ green 179 ◦ blue 234

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

Shades of Lavender Rose #F8B3EA

Tints of Lavender Rose #F8B3EA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.08%

 BLUE value IS 234 (91.8% from 255) = 35.4%

R = 37.52%
G = 27.08%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F8B3EA (or 0xF8B3EA) is known color: Lavender Rose. HEX triplet: F8, B3 and EA. RGB value is (248,179,234). Sum of RGB (Red+Green+Blue) = 248+179+234=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 179 (70.31% from 255 or 27.08% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B3EA is #074C15. Grayscale: #CDCDCD. Windows color (decimal): -478230 or 15381496. OLE color: 15381496.

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

Color convert

RGB 248 179 234 -
CMYK 0 0.28 0.06 0.03
HSL 312.17º 0.83% 0.84% -
HSV(B) 312.17º 0.28% 0.97% -
XYZ 69.68 58.14 85.39 -
YUV 205.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 248 179 234 0 0.28 0.06 0.03 312.17 0.83 0.84
Hex F8 B3 EA 0 1C 6 3 138 53 54
Octal 370 263 352 0 34 6 3 470 123 124
Binary 11111000 10110011 11101010 0 11100 110 11 100111000 1010011 1010100

Color Harmonies of #F8B3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B3EA

Black with #F8B3EA

Text Example


Text Example

White with #F8B3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B3EA; }

 p { color: rgb(248,179,234); }

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

background-color css

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

 a { background-color: rgb(248,179,234); }

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

border-color css

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

 span { border-color: rgb(248,179,234); }

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