Html Css Color HEX #FDBECC Pink

📋 copy color: '#FDBECC'

red 253 ◦ green 190 ◦ blue 204

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

Shades of Pink #FDBECC

Tints of Pink #FDBECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.53%

R = 39.1%
G = 29.37%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDBECC (or 0xFDBECC) is known color: Pink. HEX triplet: FD, BE and CC. RGB value is (253,190,204). Sum of RGB (Red+Green+Blue) = 253+190+204=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBECC is #024133. Grayscale: #D2D2D2. Windows color (decimal): -147764 or 13418237. OLE color: 13418237.

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

Color convert

RGB 253 190 204 -
CMYK 0 0.25 0.19 0.01
HSL 346.67º 0.94% 0.87% -
HSV(B) 346.67º 0.25% 0.99% -
XYZ 69.82 62.07 65.43 -
YUV 210.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 253 190 204 0 0.25 0.19 0.01 346.67 0.94 0.87
Hex FD BE CC 0 19 13 1 15B 5E 57
Octal 375 276 314 0 31 23 1 533 136 127
Binary 11111101 10111110 11001100 0 11001 10011 1 101011011 1011110 1010111

Color Harmonies of #FDBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBECC

Black with #FDBECC

Text Example


Text Example

White with #FDBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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