Html Css Color HEX #FDCDE3 Classic Rose

📋 copy color: '#FDCDE3'

red 253 ◦ green 205 ◦ blue 227

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

Shades of Classic Rose #FDCDE3

Tints of Classic Rose #FDCDE3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.93%

 BLUE value IS 227 (89.06% from 255) = 33.14%

R = 36.93%
G = 29.93%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FDCDE3 (or 0xFDCDE3) is known color: Classic Rose. HEX triplet: FD, CD and E3. RGB value is (253,205,227). Sum of RGB (Red+Green+Blue) = 253+205+227=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 205 (80.47% from 255 or 29.93% from 685); Blue value is 227 (89.06% from 255 or 33.14% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDE3 is #02321C. Grayscale: #DDDDDD. Windows color (decimal): -143901 or 14929405. OLE color: 14929405.

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

Color convert

RGB 253 205 227 -
CMYK 0 0.19 0.10 0.01
HSL 332.5º 0.92% 0.9% -
HSV(B) 332.5º 0.19% 0.99% -
XYZ 76.2 70.09 82.19 -
YUV 221.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 253 205 227 0 0.19 0.10 0.01 332.5 0.92 0.9
Hex FD CD E3 0 13 A 1 14C 5C 5A
Octal 375 315 343 0 23 12 1 514 134 132
Binary 11111101 11001101 11100011 0 10011 1010 1 101001100 1011100 1011010

Color Harmonies of #FDCDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDE3

Black with #FDCDE3

Text Example


Text Example

White with #FDCDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDE3; }

 p { color: rgb(253,205,227); }

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

background-color css

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

 a { background-color: rgb(253,205,227); }

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

border-color css

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

 span { border-color: rgb(253,205,227); }

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