Html Css Color HEX #FDC3B2 Your Pink

📋 copy color: '#FDC3B2'

red 253 ◦ green 195 ◦ blue 178

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

Shades of Your Pink #FDC3B2

Tints of Your Pink #FDC3B2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.15%

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

R = 40.42%
G = 31.15%
B = 28.43%

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

#FDC3B2 (or 0xFDC3B2) is known color: Your Pink. HEX triplet: FD, C3 and B2. RGB value is (253,195,178). Sum of RGB (Red+Green+Blue) = 253+195+178=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 195 (76.56% from 255 or 31.15% from 626); Blue value is 178 (69.92% from 255 or 28.43% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC3B2 is #023C4D. Grayscale: #D2D2D2. Windows color (decimal): -146510 or 11715581. OLE color: 11715581.

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

Color convert

RGB 253 195 178 -
CMYK 0 0.23 0.30 0.01
HSL 13.6º 0.95% 0.85% -
HSV(B) 13.6º 0.3% 0.99% -
XYZ 68.06 63.13 50.72 -
YUV 210.4 109.72 158.38 -
System Red Green Blue C M Y K H S L
Decimal 253 195 178 0 0.23 0.30 0.01 13.6 0.95 0.85
Hex FD C3 B2 0 17 1E 1 E 5F 55
Octal 375 303 262 0 27 36 1 16 137 125
Binary 11111101 11000011 10110010 0 10111 11110 1 1110 1011111 1010101

Color Harmonies of #FDC3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC3B2

Black with #FDC3B2

Text Example


Text Example

White with #FDC3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC3B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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