Html Css Color HEX #FDCBDF Classic Rose

📋 copy color: '#FDCBDF'

red 253 ◦ green 203 ◦ blue 223

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

Shades of Classic Rose #FDCBDF

Tints of Classic Rose #FDCBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.84%

R = 37.26%
G = 29.9%
B = 32.84%

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

#FDCBDF (or 0xFDCBDF) is known color: Classic Rose. HEX triplet: FD, CB and DF. RGB value is (253,203,223). Sum of RGB (Red+Green+Blue) = 253+203+223=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBDF is #023420. Grayscale: #DCDCDC. Windows color (decimal): -144417 or 14666749. OLE color: 14666749.

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

Color convert

RGB 253 203 223 -
CMYK 0 0.20 0.12 0.01
HSL 336º 0.93% 0.89% -
HSV(B) 336º 0.2% 0.99% -
XYZ 75.18 68.92 79.15 -
YUV 220.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 253 203 223 0 0.20 0.12 0.01 336 0.93 0.89
Hex FD CB DF 0 14 C 1 150 5D 59
Octal 375 313 337 0 24 14 1 520 135 131
Binary 11111101 11001011 11011111 0 10100 1100 1 101010000 1011101 1011001

Color Harmonies of #FDCBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBDF

Black with #FDCBDF

Text Example


Text Example

White with #FDCBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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