Html Css Color HEX #FDADBE Light Pink

📋 copy color: '#FDADBE'

red 253 ◦ green 173 ◦ blue 190

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

Shades of Light Pink #FDADBE

Tints of Light Pink #FDADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.84%

R = 41.07%
G = 28.08%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDADBE (or 0xFDADBE) is known color: Light Pink. HEX triplet: FD, AD and BE. RGB value is (253,173,190). Sum of RGB (Red+Green+Blue) = 253+173+190=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADBE is #025241. Grayscale: #C6C6C6. Windows color (decimal): -152130 or 12496381. OLE color: 12496381.

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

Color convert

RGB 253 173 190 -
CMYK 0 0.32 0.25 0.01
HSL 347.25º 0.95% 0.84% -
HSV(B) 347.25º 0.32% 0.99% -
XYZ 64.75 54.49 55.82 -
YUV 198.86 123 166.62 -
System Red Green Blue C M Y K H S L
Decimal 253 173 190 0 0.32 0.25 0.01 347.25 0.95 0.84
Hex FD AD BE 0 20 19 1 15B 5F 54
Octal 375 255 276 0 40 31 1 533 137 124
Binary 11111101 10101101 10111110 0 100000 11001 1 101011011 1011111 1010100

Color Harmonies of #FDADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADBE

Black with #FDADBE

Text Example


Text Example

White with #FDADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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