Html Css Color HEX #FDCBDD Classic Rose

📋 copy color: '#FDCBDD'

red 253 ◦ green 203 ◦ blue 221

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

Shades of Classic Rose #FDCBDD

Tints of Classic Rose #FDCBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.99%

 BLUE value IS 221 (86.72% from 255) = 32.64%

R = 37.37%
G = 29.99%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDCBDD (or 0xFDCBDD) is known color: Classic Rose. HEX triplet: FD, CB and DD. RGB value is (253,203,221). Sum of RGB (Red+Green+Blue) = 253+203+221=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 203 (79.69% from 255 or 29.99% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBDD is #023422. Grayscale: #DBDBDB. Windows color (decimal): -144419 or 14535677. OLE color: 14535677.

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

Color convert

RGB 253 203 221 -
CMYK 0 0.20 0.13 0.01
HSL 338.4º 0.93% 0.89% -
HSV(B) 338.4º 0.2% 0.99% -
XYZ 74.92 68.81 77.74 -
YUV 220 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 253 203 221 0 0.20 0.13 0.01 338.4 0.93 0.89
Hex FD CB DD 0 14 D 1 152 5D 59
Octal 375 313 335 0 24 15 1 522 135 131
Binary 11111101 11001011 11011101 0 10100 1101 1 101010010 1011101 1011001

Color Harmonies of #FDCBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBDD

Black with #FDCBDD

Text Example


Text Example

White with #FDCBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBDD; }

 p { color: rgb(253,203,221); }

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

background-color css

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

 a { background-color: rgb(253,203,221); }

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

border-color css

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

 span { border-color: rgb(253,203,221); }

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