Html Css Color HEX #FDBDC7 Pink

📋 copy color: '#FDBDC7'

red 253 ◦ green 189 ◦ blue 199

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

Shades of Pink #FDBDC7

Tints of Pink #FDBDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.05%

R = 39.47%
G = 29.49%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FDBDC7 (or 0xFDBDC7) is known color: Pink. HEX triplet: FD, BD and C7. RGB value is (253,189,199). Sum of RGB (Red+Green+Blue) = 253+189+199=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 199 (78.12% from 255 or 31.05% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDC7 is #024238. Grayscale: #D1D1D1. Windows color (decimal): -148025 or 13090301. OLE color: 13090301.

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

Color convert

RGB 253 189 199 -
CMYK 0 0.25 0.21 0.01
HSL 350.63º 0.94% 0.87% -
HSV(B) 350.63º 0.25% 0.99% -
XYZ 69.01 61.4 62.25 -
YUV 209.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 253 189 199 0 0.25 0.21 0.01 350.63 0.94 0.87
Hex FD BD C7 0 19 15 1 15F 5E 57
Octal 375 275 307 0 31 25 1 537 136 127
Binary 11111101 10111101 11000111 0 11001 10101 1 101011111 1011110 1010111

Color Harmonies of #FDBDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBDC7

Black with #FDBDC7

Text Example


Text Example

White with #FDBDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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