#F8CBDC

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

Shades of Classic Rose #F8CBDC

Tints of Classic Rose #F8CBDC

Color information

#F8CBDC (or 0xF8CBDC) is unknown color: approx Classic Rose. HEX triplet: F8, CB and DC. RGB value is (248,203,220). Sum of RGB (Red+Green+Blue) = 248+203+220=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBDC is #073423. Grayscale: #DADADA. Windows color (decimal): -472100 or 14470136. OLE color: 14470136.

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

Color convert

RGB248203220-
CMYK00.180.110.03
HSL337.33º76.27%88.43%-
HSV(B)337.33º18.15%97.25%-
XYZ72.9967.8476.96-
YUV218.39128.91149.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.96%
GREEN value IS 203 (79.69% from 255) = 30.25%
BLUE value IS 220 (86.33% from 255) = 32.79%
R=36.96%
G=30.25%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820322000.180.110.03337.3376.2788.43
HexF8CBDC012B31514c58
Octal370313334022133521114130
Binary11111000110010111101110001001010111110101000110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CBDC; }

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

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

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

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

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

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

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

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