Html Css Color HEX #FDBECF Pink

📋 copy color: '#FDBECF'

red 253 ◦ green 190 ◦ blue 207

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

Shades of Pink #FDBECF

Tints of Pink #FDBECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.85%

R = 38.92%
G = 29.23%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDBECF (or 0xFDBECF) is known color: Pink. HEX triplet: FD, BE and CF. RGB value is (253,190,207). Sum of RGB (Red+Green+Blue) = 253+190+207=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBECF is #024130. Grayscale: #D2D2D2. Windows color (decimal): -147761 or 13614845. OLE color: 13614845.

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

Color convert

RGB 253 190 207 -
CMYK 0 0.25 0.18 0.01
HSL 343.81º 0.94% 0.87% -
HSV(B) 343.81º 0.25% 0.99% -
XYZ 70.18 62.21 67.34 -
YUV 210.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 253 190 207 0 0.25 0.18 0.01 343.81 0.94 0.87
Hex FD BE CF 0 19 12 1 158 5E 57
Octal 375 276 317 0 31 22 1 530 136 127
Binary 11111101 10111110 11001111 0 11001 10010 1 101011000 1011110 1010111

Color Harmonies of #FDBECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBECF

Black with #FDBECF

Text Example


Text Example

White with #FDBECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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