Html Css Color HEX #F5ADB2 Light Pink

📋 copy color: '#F5ADB2'

red 245 ◦ green 173 ◦ blue 178

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

Shades of Light Pink #F5ADB2

Tints of Light Pink #F5ADB2

RGB

 RED value IS 245 (96.09% from 255) = 41.11%

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

 BLUE value IS 178 (69.92% from 255) = 29.87%

R = 41.11%
G = 29.03%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F5ADB2 (or 0xF5ADB2) is known color: Light Pink. HEX triplet: F5, AD and B2. RGB value is (245,173,178). Sum of RGB (Red+Green+Blue) = 245+173+178=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 178 (69.92% from 255 or 29.87% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5ADB2 is #0A524D. Grayscale: #C3C3C3. Windows color (decimal): -676430 or 11709941. OLE color: 11709941.

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

Color convert

RGB 245 173 178 -
CMYK 0 0.29 0.27 0.04
HSL 355.83º 0.78% 0.82% -
HSV(B) 355.83º 0.29% 0.96% -
XYZ 60.64 52.51 49.06 -
YUV 195.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 245 173 178 0 0.29 0.27 0.04 355.83 0.78 0.82
Hex F5 AD B2 0 1D 1B 4 164 4E 52
Octal 365 255 262 0 35 33 4 544 116 122
Binary 11110101 10101101 10110010 0 11101 11011 100 101100100 1001110 1010010

Color Harmonies of #F5ADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ADB2

Black with #F5ADB2

Text Example


Text Example

White with #F5ADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ADB2; }

 p { color: rgb(245,173,178); }

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

background-color css

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

 a { background-color: rgb(245,173,178); }

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

border-color css

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

 span { border-color: rgb(245,173,178); }

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