Html Css Color HEX #FDCAED Classic Rose

📋 copy color: '#FDCAED'

red 253 ◦ green 202 ◦ blue 237

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

Shades of Classic Rose #FDCAED

Tints of Classic Rose #FDCAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.25%

R = 36.56%
G = 29.19%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDCAED (or 0xFDCAED) is known color: Classic Rose. HEX triplet: FD, CA and ED. RGB value is (253,202,237). Sum of RGB (Red+Green+Blue) = 253+202+237=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 202 (79.30% from 255 or 29.19% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCAED is #023512. Grayscale: #DDDDDD. Windows color (decimal): -144659 or 15583997. OLE color: 15583997.

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

Color convert

RGB 253 202 237 -
CMYK 0 0.20 0.06 0.01
HSL 318.82º 0.93% 0.89% -
HSV(B) 318.82º 0.2% 0.99% -
XYZ 76.91 69.24 89.43 -
YUV 221.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 253 202 237 0 0.20 0.06 0.01 318.82 0.93 0.89
Hex FD CA ED 0 14 6 1 13F 5D 59
Octal 375 312 355 0 24 6 1 477 135 131
Binary 11111101 11001010 11101101 0 10100 110 1 100111111 1011101 1011001

Color Harmonies of #FDCAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCAED

Black with #FDCAED

Text Example


Text Example

White with #FDCAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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