Html Css Color HEX #F8BDEA Lavender Rose

📋 copy color: '#F8BDEA'

red 248 ◦ green 189 ◦ blue 234

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

Shades of Lavender Rose #F8BDEA

Tints of Lavender Rose #F8BDEA

RGB

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

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

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

R = 36.96%
G = 28.17%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F8BDEA (or 0xF8BDEA) is known color: Lavender Rose. HEX triplet: F8, BD and EA. RGB value is (248,189,234). Sum of RGB (Red+Green+Blue) = 248+189+234=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BDEA is #074215. Grayscale: #D3D3D3. Windows color (decimal): -475670 or 15384056. OLE color: 15384056.

HSL color Cylindrical-coordinate representation of color #F8BDEA: hue angle of 314.24º 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 #F8BDEA is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 189 234 -
CMYK 0 0.24 0.06 0.03
HSL 314.24º 0.81% 0.86% -
HSV(B) 314.24º 0.24% 0.97% -
XYZ 71.76 62.29 86.08 -
YUV 211.77 140.55 153.84 -
System Red Green Blue C M Y K H S L
Decimal 248 189 234 0 0.24 0.06 0.03 314.24 0.81 0.86
Hex F8 BD EA 0 18 6 3 13A 51 56
Octal 370 275 352 0 30 6 3 472 121 126
Binary 11111000 10111101 11101010 0 11000 110 11 100111010 1010001 1010110

Color Harmonies of #F8BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BDEA

Black with #F8BDEA

Text Example


Text Example

White with #F8BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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