Html Css Color HEX #FDADBB Light Pink

📋 copy color: '#FDADBB'

red 253 ◦ green 173 ◦ blue 187

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

Shades of Light Pink #FDADBB

Tints of Light Pink #FDADBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.51%

R = 41.27%
G = 28.22%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDADBB (or 0xFDADBB) is known color: Light Pink. HEX triplet: FD, AD and BB. RGB value is (253,173,187). Sum of RGB (Red+Green+Blue) = 253+173+187=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADBB is #025244. Grayscale: #C6C6C6. Windows color (decimal): -152133 or 12299773. OLE color: 12299773.

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

Color convert

RGB 253 173 187 -
CMYK 0 0.32 0.26 0.01
HSL 349.5º 0.95% 0.84% -
HSV(B) 349.5º 0.32% 0.99% -
XYZ 64.42 54.36 54.11 -
YUV 198.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 253 173 187 0 0.32 0.26 0.01 349.5 0.95 0.84
Hex FD AD BB 0 20 1A 1 15E 5F 54
Octal 375 255 273 0 40 32 1 536 137 124
Binary 11111101 10101101 10111011 0 100000 11010 1 101011110 1011111 1010100

Color Harmonies of #FDADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADBB

Black with #FDADBB

Text Example


Text Example

White with #FDADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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