#F8CDE2

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

Shades of Classic Rose #F8CDE2

Tints of Classic Rose #F8CDE2

Color information

#F8CDE2 (or 0xF8CDE2) is unknown color: approx Classic Rose. HEX triplet: F8, CD and E2. RGB value is (248,205,226). Sum of RGB (Red+Green+Blue) = 248+205+226=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 205 (80.47% from 255 or 30.19% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CDE2 is #07321D. Grayscale: #DCDCDC. Windows color (decimal): -471582 or 14863864. OLE color: 14863864.

HSL color Cylindrical-coordinate representation of color #F8CDE2: hue angle of 330.7º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8CDE2 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB248205226-
CMYK00.170.090.03
HSL330.7º75.44%88.82%-
HSV(B)330.7º17.34%97.25%-
XYZ74.2769.1181.38-
YUV220.25131.25147.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.52%
GREEN value IS 205 (80.47% from 255) = 30.19%
BLUE value IS 226 (88.67% from 255) = 33.28%
R=36.52%
G=30.19%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820522600.170.090.03330.775.4488.82
HexF8CDE20119314b4b59
Octal370315342021113513113131
Binary11111000110011011110001001000110011110100101110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CDE2; }

 p { color: rgb(248,205,226); }

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

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

 a { background-color: rgb(248,205,226); }

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

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

 span { border-color: rgb(248,205,226); }

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