Html Css Color HEX #FFADBD Light Pink

📋 copy color: '#FFADBD'

red 255 ◦ green 173 ◦ blue 189

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

Shades of Light Pink #FFADBD

Tints of Light Pink #FFADBD

RGB

 RED value IS 255 (100% from 255) = 41.33%

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

 BLUE value IS 189 (74.22% from 255) = 30.63%

R = 41.33%
G = 28.04%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FFADBD (or 0xFFADBD) is known color: Light Pink. HEX triplet: FF, AD and BD. RGB value is (255,173,189). Sum of RGB (Red+Green+Blue) = 255+173+189=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADBD is #005242. Grayscale: #C7C7C7. Windows color (decimal): -21059 or 12430847. OLE color: 12430847.

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

Color convert

RGB 255 173 189 -
CMYK 0 0.32 0.26 0
HSL 348.29º 1% 0.84% -
HSV(B) 348.29º 0.32% 1% -
XYZ 65.37 54.82 55.28 -
YUV 199.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 255 173 189 0 0.32 0.26 0 348.29 1 0.84
Hex FF AD BD 0 20 1A 0 15C 64 54
Octal 377 255 275 0 40 32 0 534 144 124
Binary 11111111 10101101 10111101 0 100000 11010 0 101011100 1100100 1010100

Color Harmonies of #FFADBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFADBD

Black with #FFADBD

Text Example


Text Example

White with #FFADBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFADBD; }

 p { color: rgb(255,173,189); }

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

background-color css

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

 a { background-color: rgb(255,173,189); }

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

border-color css

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

 span { border-color: rgb(255,173,189); }

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