Html Css Color HEX #FDCDE6 Classic Rose

📋 copy color: '#FDCDE6'

red 253 ◦ green 205 ◦ blue 230

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

Shades of Classic Rose #FDCDE6

Tints of Classic Rose #FDCDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.43%

R = 36.77%
G = 29.8%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDCDE6 (or 0xFDCDE6) is known color: Classic Rose. HEX triplet: FD, CD and E6. RGB value is (253,205,230). Sum of RGB (Red+Green+Blue) = 253+205+230=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 205 (80.47% from 255 or 29.80% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDE6 is #023219. Grayscale: #DEDEDE. Windows color (decimal): -143898 or 15126013. OLE color: 15126013.

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

Color convert

RGB 253 205 230 -
CMYK 0 0.19 0.09 0.01
HSL 328.75º 0.92% 0.9% -
HSV(B) 328.75º 0.19% 0.99% -
XYZ 76.62 70.26 84.39 -
YUV 222.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 253 205 230 0 0.19 0.09 0.01 328.75 0.92 0.9
Hex FD CD E6 0 13 9 1 149 5C 5A
Octal 375 315 346 0 23 11 1 511 134 132
Binary 11111101 11001101 11100110 0 10011 1001 1 101001001 1011100 1011010

Color Harmonies of #FDCDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDE6

Black with #FDCDE6

Text Example


Text Example

White with #FDCDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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