Html Css Color HEX #FDBDE8 Classic Rose

📋 copy color: '#FDBDE8'

red 253 ◦ green 189 ◦ blue 232

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

Shades of Classic Rose #FDBDE8

Tints of Classic Rose #FDBDE8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.04%

 BLUE value IS 232 (91.02% from 255) = 34.42%

R = 37.54%
G = 28.04%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDBDE8 (or 0xFDBDE8) is known color: Classic Rose. HEX triplet: FD, BD and E8. RGB value is (253,189,232). Sum of RGB (Red+Green+Blue) = 253+189+232=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 189 (74.22% from 255 or 28.04% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBDE8 is #024217. Grayscale: #D4D4D4. Windows color (decimal): -147992 or 15252989. OLE color: 15252989.

HSL color Cylindrical-coordinate representation of color #FDBDE8: hue angle of 319.69º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBDE8 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 189 232 -
CMYK 0 0.25 0.08 0.01
HSL 319.69º 0.94% 0.87% -
HSV(B) 319.69º 0.25% 0.99% -
XYZ 73.27 63.1 84.66 -
YUV 213.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 253 189 232 0 0.25 0.08 0.01 319.69 0.94 0.87
Hex FD BD E8 0 19 8 1 140 5E 57
Octal 375 275 350 0 31 10 1 500 136 127
Binary 11111101 10111101 11101000 0 11001 1000 1 101000000 1011110 1010111

Color Harmonies of #FDBDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBDE8

Black with #FDBDE8

Text Example


Text Example

White with #FDBDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBDE8; }

 p { color: rgb(253,189,232); }

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

background-color css

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

 a { background-color: rgb(253,189,232); }

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

border-color css

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

 span { border-color: rgb(253,189,232); }

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