Html Css Color HEX #FDCAEC Classic Rose

📋 copy color: '#FDCAEC'

red 253 ◦ green 202 ◦ blue 236

#FDCAEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #FDCAEC

Tints of Classic Rose #FDCAEC

RGB

 RED value IS 253 (99.22% from 255) = 36.61%

 GREEN value IS 202 (79.3% from 255) = 29.23%

 BLUE value IS 236 (92.58% from 255) = 34.15%

R = 36.61%
G = 29.23%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDCAEC (or 0xFDCAEC) is known color: Classic Rose. HEX triplet: FD, CA and EC. RGB value is (253,202,236). Sum of RGB (Red+Green+Blue) = 253+202+236=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 202 (79.30% from 255 or 29.23% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCAEC is #023513. Grayscale: #DDDDDD. Windows color (decimal): -144660 or 15518461. OLE color: 15518461.

HSL color Cylindrical-coordinate representation of color #FDCAEC: hue angle of 320º 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 #FDCAEC is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 202 236 -
CMYK 0 0.20 0.07 0.01
HSL 320º 0.93% 0.89% -
HSV(B) 320º 0.2% 0.99% -
XYZ 76.77 69.18 88.66 -
YUV 221.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 253 202 236 0 0.20 0.07 0.01 320 0.93 0.89
Hex FD CA EC 0 14 7 1 140 5D 59
Octal 375 312 354 0 24 7 1 500 135 131
Binary 11111101 11001010 11101100 0 10100 111 1 101000000 1011101 1011001

Color Harmonies of #FDCAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCAEC

Black with #FDCAEC

Text Example


Text Example

White with #FDCAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCAEC; }

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

 H1.HeaderClassName
 {
   color: #FDCAEC;
 }
 .AnyTagClassName
 {
   color: #FDCAEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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