Html Css Color HEX #F8C7DB Classic Rose

📋 copy color: '#F8C7DB'

red 248 ◦ green 199 ◦ blue 219

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

Shades of Classic Rose #F8C7DB

Tints of Classic Rose #F8C7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.88%

 BLUE value IS 219 (85.94% from 255) = 32.88%

R = 37.24%
G = 29.88%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8C7DB (or 0xF8C7DB) is known color: Classic Rose. HEX triplet: F8, C7 and DB. RGB value is (248,199,219). Sum of RGB (Red+Green+Blue) = 248+199+219=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 199 (78.12% from 255 or 29.88% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C7DB is #073824. Grayscale: #D7D7D7. Windows color (decimal): -473125 or 14403576. OLE color: 14403576.

HSL color Cylindrical-coordinate representation of color #F8C7DB: hue angle of 335.51º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8C7DB is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 199 219 -
CMYK 0 0.20 0.12 0.03
HSL 335.51º 0.78% 0.88% -
HSV(B) 335.51º 0.2% 0.97% -
XYZ 71.92 65.92 75.95 -
YUV 215.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 248 199 219 0 0.20 0.12 0.03 335.51 0.78 0.88
Hex F8 C7 DB 0 14 C 3 150 4E 58
Octal 370 307 333 0 24 14 3 520 116 130
Binary 11111000 11000111 11011011 0 10100 1100 11 101010000 1001110 1011000

Color Harmonies of #F8C7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C7DB

Black with #F8C7DB

Text Example


Text Example

White with #F8C7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C7DB; }

 p { color: rgb(248,199,219); }

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

background-color css

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

 a { background-color: rgb(248,199,219); }

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

border-color css

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

 span { border-color: rgb(248,199,219); }

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