Html Css Color HEX #F8BCDE Classic Rose

📋 copy color: '#F8BCDE'

red 248 ◦ green 188 ◦ blue 222

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

Shades of Classic Rose #F8BCDE

Tints of Classic Rose #F8BCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.74%

R = 37.69%
G = 28.57%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F8BCDE (or 0xF8BCDE) is known color: Classic Rose. HEX triplet: F8, BC and DE. RGB value is (248,188,222). Sum of RGB (Red+Green+Blue) = 248+188+222=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCDE is #074321. Grayscale: #D1D1D1. Windows color (decimal): -475938 or 14597368. OLE color: 14597368.

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

Color convert

RGB 248 188 222 -
CMYK 0 0.24 0.10 0.03
HSL 326º 0.81% 0.85% -
HSV(B) 326º 0.24% 0.97% -
XYZ 69.88 61.2 77.24 -
YUV 209.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 248 188 222 0 0.24 0.10 0.03 326 0.81 0.85
Hex F8 BC DE 0 18 A 3 146 51 55
Octal 370 274 336 0 30 12 3 506 121 125
Binary 11111000 10111100 11011110 0 11000 1010 11 101000110 1010001 1010101

Color Harmonies of #F8BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BCDE

Black with #F8BCDE

Text Example


Text Example

White with #F8BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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