#F8CBDB

Color #F8CBDB Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #F8CBDB

Tints of Classic Rose #F8CBDB

Color information

#F8CBDB (or 0xF8CBDB) is unknown color: approx Classic Rose. HEX triplet: F8, CB and DB. RGB value is (248,203,219). Sum of RGB (Red+Green+Blue) = 248+203+219=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBDB is #073424. Grayscale: #DADADA. Windows color (decimal): -472101 or 14404600. OLE color: 14404600.

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

Color convert

RGB248203219-
CMYK00.180.120.03
HSL338.67º76.27%88.43%-
HSV(B)338.67º18.15%97.25%-
XYZ72.8567.7876.26-
YUV218.28128.41149.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.01%
GREEN value IS 203 (79.69% from 255) = 30.30%
BLUE value IS 219 (85.94% from 255) = 32.69%
R=37.01%
G=30.30%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820321900.180.120.03338.6776.2788.43
HexF8CBDB012C31534c58
Octal370313333022143523114130
Binary11111000110010111101101101001011001110101001110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CBDB; }

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

 H1.HeaderClassName
 {
   color: #F8CBDB;
 }
 .AnyTagClassName
 {
   color: #F8CBDB;
 }
</style>
background-color css

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

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

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

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

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

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