Html Css Color HEX #FDBDE7 Classic Rose

📋 copy color: '#FDBDE7'

red 253 ◦ green 189 ◦ blue 231

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

Shades of Classic Rose #FDBDE7

Tints of Classic Rose #FDBDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.32%

R = 37.59%
G = 28.08%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDBDE7 (or 0xFDBDE7) is known color: Classic Rose. HEX triplet: FD, BD and E7. RGB value is (253,189,231). Sum of RGB (Red+Green+Blue) = 253+189+231=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 189 (74.22% from 255 or 28.08% from 673); Blue value is 231 (90.62% from 255 or 34.32% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBDE7 is #024218. Grayscale: #D4D4D4. Windows color (decimal): -147993 or 15187453. OLE color: 15187453.

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

Color convert

RGB 253 189 231 -
CMYK 0 0.25 0.09 0.01
HSL 320.63º 0.94% 0.87% -
HSV(B) 320.63º 0.25% 0.99% -
XYZ 73.13 63.05 83.92 -
YUV 212.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 253 189 231 0 0.25 0.09 0.01 320.63 0.94 0.87
Hex FD BD E7 0 19 9 1 141 5E 57
Octal 375 275 347 0 31 11 1 501 136 127
Binary 11111101 10111101 11100111 0 11001 1001 1 101000001 1011110 1010111

Color Harmonies of #FDBDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBDE7

Black with #FDBDE7

Text Example


Text Example

White with #FDBDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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