#FDCAEE

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

Shades of Classic Rose #FDCAEE

Tints of Classic Rose #FDCAEE

Color information

#FDCAEE (or 0xFDCAEE) is unknown color: approx Classic Rose. HEX triplet: FD, CA and EE. RGB value is (253,202,238). Sum of RGB (Red+Green+Blue) = 253+202+238=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 202 (79.30% from 255 or 29.15% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCAEE is #023511. Grayscale: #DDDDDD. Windows color (decimal): -144658 or 15649533. OLE color: 15649533.

HSL color Cylindrical-coordinate representation of color #FDCAEE: hue angle of 317.65º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCAEE is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253202238-
CMYK00.200.060.01
HSL317.65º92.73%89.22%-
HSV(B)317.65º20.16%99.22%-
XYZ77.0669.390.2-
YUV221.35137.4150.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.51%
GREEN value IS 202 (79.30% from 255) = 29.15%
BLUE value IS 238 (93.36% from 255) = 34.34%
R=36.51%
G=29.15%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320223800.200.060.01317.6592.7389.22
HexFDCAEE0146113e5d59
Octal37531235602461476135131
Binary111111011100101011101110010100110110011111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAEE; }

 p { color: rgb(253,202,238); }

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

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

 a { background-color: rgb(253,202,238); }

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

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

 span { border-color: rgb(253,202,238); }

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