#F8CBEA

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

Shades of Classic Rose #F8CBEA

Tints of Classic Rose #F8CBEA

Color information

#F8CBEA (or 0xF8CBEA) is unknown color: approx Classic Rose. HEX triplet: F8, CB and EA. RGB value is (248,203,234). Sum of RGB (Red+Green+Blue) = 248+203+234=685 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.20% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CBEA is #073415. Grayscale: #DBDBDB. Windows color (decimal): -472086 or 15387640. OLE color: 15387640.

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

Color convert

RGB248203234-
CMYK00.180.060.03
HSL318.67º76.27%88.43%-
HSV(B)318.67º18.15%97.25%-
XYZ74.9268.6187.14-
YUV219.99135.91147.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.20%
GREEN value IS 203 (79.69% from 255) = 29.64%
BLUE value IS 234 (91.80% from 255) = 34.16%
R=36.20%
G=29.64%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820323400.180.060.03318.6776.2788.43
HexF8CBEA0126313f4c58
Octal37031335202263477114130
Binary1111100011001011111010100100101101110011111110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CBEA; }

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

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

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

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

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

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

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

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