Html Css Color HEX #F8BCEC Lavender Rose

📋 copy color: '#F8BCEC'

red 248 ◦ green 188 ◦ blue 236

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

Shades of Lavender Rose #F8BCEC

Tints of Lavender Rose #F8BCEC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.98%

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

R = 36.9%
G = 27.98%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F8BCEC (or 0xF8BCEC) is known color: Lavender Rose. HEX triplet: F8, BC and EC. RGB value is (248,188,236). Sum of RGB (Red+Green+Blue) = 248+188+236=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 188 (73.83% from 255 or 27.98% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BCEC is #074313. Grayscale: #D3D3D3. Windows color (decimal): -475924 or 15514872. OLE color: 15514872.

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

Color convert

RGB 248 188 236 -
CMYK 0 0.24 0.05 0.03
HSL 312º 0.81% 0.85% -
HSV(B) 312º 0.24% 0.97% -
XYZ 71.83 61.98 87.53 -
YUV 211.41 141.88 154.1 -
System Red Green Blue C M Y K H S L
Decimal 248 188 236 0 0.24 0.05 0.03 312 0.81 0.85
Hex F8 BC EC 0 18 5 3 138 51 55
Octal 370 274 354 0 30 5 3 470 121 125
Binary 11111000 10111100 11101100 0 11000 101 11 100111000 1010001 1010101

Color Harmonies of #F8BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BCEC

Black with #F8BCEC

Text Example


Text Example

White with #F8BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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