Html Css Color HEX #F8BCE5 Classic Rose

📋 copy color: '#F8BCE5'

red 248 ◦ green 188 ◦ blue 229

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

Shades of Classic Rose #F8BCE5

Tints of Classic Rose #F8BCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.44%

R = 37.29%
G = 28.27%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F8BCE5 (or 0xF8BCE5) is known color: Classic Rose. HEX triplet: F8, BC and E5. RGB value is (248,188,229). Sum of RGB (Red+Green+Blue) = 248+188+229=665 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.29% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCE5 is #07431A. Grayscale: #D2D2D2. Windows color (decimal): -475931 or 15056120. OLE color: 15056120.

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

Color convert

RGB 248 188 229 -
CMYK 0 0.24 0.08 0.03
HSL 319º 0.81% 0.85% -
HSV(B) 319º 0.24% 0.97% -
XYZ 70.84 61.58 82.28 -
YUV 210.61 138.38 154.67 -
System Red Green Blue C M Y K H S L
Decimal 248 188 229 0 0.24 0.08 0.03 319 0.81 0.85
Hex F8 BC E5 0 18 8 3 13F 51 55
Octal 370 274 345 0 30 10 3 477 121 125
Binary 11111000 10111100 11100101 0 11000 1000 11 100111111 1010001 1010101

Color Harmonies of #F8BCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BCE5

Black with #F8BCE5

Text Example


Text Example

White with #F8BCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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