Html Css Color HEX #FDCBDE Classic Rose

📋 copy color: '#FDCBDE'

red 253 ◦ green 203 ◦ blue 222

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

Shades of Classic Rose #FDCBDE

Tints of Classic Rose #FDCBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.74%

R = 37.32%
G = 29.94%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDCBDE (or 0xFDCBDE) is known color: Classic Rose. HEX triplet: FD, CB and DE. RGB value is (253,203,222). Sum of RGB (Red+Green+Blue) = 253+203+222=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 203 (79.69% from 255 or 29.94% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBDE is #023421. Grayscale: #DCDCDC. Windows color (decimal): -144418 or 14601213. OLE color: 14601213.

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

Color convert

RGB 253 203 222 -
CMYK 0 0.20 0.12 0.01
HSL 337.2º 0.93% 0.89% -
HSV(B) 337.2º 0.2% 0.99% -
XYZ 75.05 68.87 78.44 -
YUV 220.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 253 203 222 0 0.20 0.12 0.01 337.2 0.93 0.89
Hex FD CB DE 0 14 C 1 151 5D 59
Octal 375 313 336 0 24 14 1 521 135 131
Binary 11111101 11001011 11011110 0 10100 1100 1 101010001 1011101 1011001

Color Harmonies of #FDCBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBDE

Black with #FDCBDE

Text Example


Text Example

White with #FDCBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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