#FDA4B4

Color #FDA4B4 Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FDA4B4

Tints of Light Pink #FDA4B4

Color information

#FDA4B4 (or 0xFDA4B4) is unknown color: approx Light Pink. HEX triplet: FD, A4 and B4. RGB value is (253,164,180). Sum of RGB (Red+Green+Blue) = 253+164+180=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 164 (64.45% from 255 or 27.47% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4B4 is #025B4B. Grayscale: #C0C0C0. Windows color (decimal): -154444 or 11838717. OLE color: 11838717.

HSL color Cylindrical-coordinate representation of color #FDA4B4: hue angle of 349.21º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA4B4 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB253164180-
CMYK00.350.290.01
HSL349.21º95.7%81.76%-
HSV(B)349.21º35.18%99.22%-
XYZ62.0250.7349.7-
YUV192.44120.99171.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.38%
GREEN value IS 164 (64.45% from 255) = 27.47%
BLUE value IS 180 (70.70% from 255) = 30.15%
R=42.38%
G=27.47%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316418000.350.290.01349.2195.781.76
HexFDA4B40231D115d6052
Octal375244264043351535140122
Binary111111011010010010110100010001111101110101110111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA4B4; }

 p { color: rgb(253,164,180); }

 H1.HeaderClassName
 {
   color: #FDA4B4;
 }
 .AnyTagClassName
 {
   color: #FDA4B4;
 }
</style>
background-color css

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

 a { background-color: rgb(253,164,180); }

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

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

 span { border-color: rgb(253,164,180); }

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