Html Css Color HEX #F8BDEF Lavender Rose

📋 copy color: '#F8BDEF'

red 248 ◦ green 189 ◦ blue 239

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

Shades of Lavender Rose #F8BDEF

Tints of Lavender Rose #F8BDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 27.96%

 BLUE value IS 239 (93.75% from 255) = 35.36%

R = 36.69%
G = 27.96%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F8BDEF (or 0xF8BDEF) is known color: Lavender Rose. HEX triplet: F8, BD and EF. RGB value is (248,189,239). Sum of RGB (Red+Green+Blue) = 248+189+239=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 189 (74.22% from 255 or 27.96% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BDEF is #074210. Grayscale: #D4D4D4. Windows color (decimal): -475665 or 15711736. OLE color: 15711736.

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

Color convert

RGB 248 189 239 -
CMYK 0 0.24 0.04 0.03
HSL 309.15º 0.81% 0.86% -
HSV(B) 309.15º 0.24% 0.97% -
XYZ 72.49 62.58 89.92 -
YUV 212.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 248 189 239 0 0.24 0.04 0.03 309.15 0.81 0.86
Hex F8 BD EF 0 18 4 3 135 51 56
Octal 370 275 357 0 30 4 3 465 121 126
Binary 11111000 10111101 11101111 0 11000 100 11 100110101 1010001 1010110

Color Harmonies of #F8BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BDEF

Black with #F8BDEF

Text Example


Text Example

White with #F8BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BDEF; }

 p { color: rgb(248,189,239); }

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

background-color css

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

 a { background-color: rgb(248,189,239); }

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

border-color css

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

 span { border-color: rgb(248,189,239); }

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