#FDCFEB

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

Shades of Classic Rose #FDCFEB

Tints of Classic Rose #FDCFEB

Color information

#FDCFEB (or 0xFDCFEB) is unknown color: approx Classic Rose. HEX triplet: FD, CF and EB. RGB value is (253,207,235). Sum of RGB (Red+Green+Blue) = 253+207+235=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 207 (81.25% from 255 or 29.78% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFEB is #023014. Grayscale: #DFDFDF. Windows color (decimal): -143381 or 15454205. OLE color: 15454205.

HSL color Cylindrical-coordinate representation of color #FDCFEB: hue angle of 323.48º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDCFEB is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253207235-
CMYK00.180.070.01
HSL323.48º92%90.2%-
HSV(B)323.48º18.18%99.22%-
XYZ77.8271.5188.3-
YUV223.95134.24148.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.40%
GREEN value IS 207 (81.25% from 255) = 29.78%
BLUE value IS 235 (92.19% from 255) = 33.81%
R=36.40%
G=29.78%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320723500.180.070.01323.489290.2
HexFDCFEB012711435c5a
Octal37531735302271503134132
Binary111111011100111111101011010010111110100001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFEB; }

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

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

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

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

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

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

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

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