Html Css Color HEX #FDBEC7 Pink

📋 copy color: '#FDBEC7'

red 253 ◦ green 190 ◦ blue 199

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

Shades of Pink #FDBEC7

Tints of Pink #FDBEC7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.6%

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

R = 39.41%
G = 29.6%
B = 31%

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

#FDBEC7 (or 0xFDBEC7) is known color: Pink. HEX triplet: FD, BE and C7. RGB value is (253,190,199). Sum of RGB (Red+Green+Blue) = 253+190+199=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBEC7 is #024138. Grayscale: #D1D1D1. Windows color (decimal): -147769 or 13090557. OLE color: 13090557.

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

Color convert

RGB 253 190 199 -
CMYK 0 0.25 0.21 0.01
HSL 351.43º 0.94% 0.87% -
HSV(B) 351.43º 0.25% 0.99% -
XYZ 69.23 61.83 62.32 -
YUV 209.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 253 190 199 0 0.25 0.21 0.01 351.43 0.94 0.87
Hex FD BE C7 0 19 15 1 15F 5E 57
Octal 375 276 307 0 31 25 1 537 136 127
Binary 11111101 10111110 11000111 0 11001 10101 1 101011111 1011110 1010111

Color Harmonies of #FDBEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBEC7

Black with #FDBEC7

Text Example


Text Example

White with #FDBEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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