Html Css Color HEX #FDADB4 Light Pink

📋 copy color: '#FDADB4'

red 253 ◦ green 173 ◦ blue 180

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

Shades of Light Pink #FDADB4

Tints of Light Pink #FDADB4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.55%

 BLUE value IS 180 (70.7% from 255) = 29.7%

R = 41.75%
G = 28.55%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDADB4 (or 0xFDADB4) is known color: Light Pink. HEX triplet: FD, AD and B4. RGB value is (253,173,180). Sum of RGB (Red+Green+Blue) = 253+173+180=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 180 (70.70% from 255 or 29.70% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADB4 is #02524B. Grayscale: #C5C5C5. Windows color (decimal): -152140 or 11841021. OLE color: 11841021.

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

Color convert

RGB 253 173 180 -
CMYK 0 0.32 0.29 0.01
HSL 354.75º 0.95% 0.84% -
HSV(B) 354.75º 0.32% 0.99% -
XYZ 63.69 54.07 50.26 -
YUV 197.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 253 173 180 0 0.32 0.29 0.01 354.75 0.95 0.84
Hex FD AD B4 0 20 1D 1 163 5F 54
Octal 375 255 264 0 40 35 1 543 137 124
Binary 11111101 10101101 10110100 0 100000 11101 1 101100011 1011111 1010100

Color Harmonies of #FDADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADB4

Black with #FDADB4

Text Example


Text Example

White with #FDADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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