#F8CFEB

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

Shades of Classic Rose #F8CFEB

Tints of Classic Rose #F8CFEB

Color information

#F8CFEB (or 0xF8CFEB) is unknown color: approx Classic Rose. HEX triplet: F8, CF and EB. RGB value is (248,207,235). Sum of RGB (Red+Green+Blue) = 248+207+235=690 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.94% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CFEB is #073014. Grayscale: #DEDEDE. Windows color (decimal): -471061 or 15454200. OLE color: 15454200.

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

Color convert

RGB248207235-
CMYK00.170.050.03
HSL319.02º74.55%89.22%-
HSV(B)319.02º16.53%97.25%-
XYZ76.0270.5888.21-
YUV222.45135.08146.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.94%
GREEN value IS 207 (81.25% from 255) = 30%
BLUE value IS 235 (92.19% from 255) = 34.06%
R=35.94%
G=30%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820723500.170.050.03319.0274.5589.22
HexF8CFEB0115313f4b59
Octal37031735302153477113131
Binary1111100011001111111010110100011011110011111110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CFEB; }

 p { color: rgb(248,207,235); }

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

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

 a { background-color: rgb(248,207,235); }

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

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

 span { border-color: rgb(248,207,235); }

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