Html Css Color HEX #FDC4B2 Your Pink

📋 copy color: '#FDC4B2'

red 253 ◦ green 196 ◦ blue 178

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

Shades of Your Pink #FDC4B2

Tints of Your Pink #FDC4B2

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.26%

 BLUE value IS 178 (69.92% from 255) = 28.39%

R = 40.35%
G = 31.26%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDC4B2 (or 0xFDC4B2) is known color: Your Pink. HEX triplet: FD, C4 and B2. RGB value is (253,196,178). Sum of RGB (Red+Green+Blue) = 253+196+178=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 178 (69.92% from 255 or 28.39% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC4B2 is #023B4D. Grayscale: #D3D3D3. Windows color (decimal): -146254 or 11715837. OLE color: 11715837.

HSL color Cylindrical-coordinate representation of color #FDC4B2: hue angle of 14.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDC4B2 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 196 178 -
CMYK 0 0.23 0.30 0.01
HSL 14.4º 0.95% 0.85% -
HSV(B) 14.4º 0.3% 0.99% -
XYZ 68.28 63.58 50.79 -
YUV 210.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 253 196 178 0 0.23 0.30 0.01 14.4 0.95 0.85
Hex FD C4 B2 0 17 1E 1 E 5F 55
Octal 375 304 262 0 27 36 1 16 137 125
Binary 11111101 11000100 10110010 0 10111 11110 1 1110 1011111 1010101

Color Harmonies of #FDC4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4B2

Black with #FDC4B2

Text Example


Text Example

White with #FDC4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4B2; }

 p { color: rgb(253,196,178); }

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

background-color css

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

 a { background-color: rgb(253,196,178); }

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

border-color css

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

 span { border-color: rgb(253,196,178); }

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