Html Css Color HEX #F5A8B4 Light Pink

📋 copy color: '#F5A8B4'

red 245 ◦ green 168 ◦ blue 180

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

Shades of Light Pink #F5A8B4

Tints of Light Pink #F5A8B4

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.33%

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

R = 41.32%
G = 28.33%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F5A8B4 (or 0xF5A8B4) is known color: Light Pink. HEX triplet: F5, A8 and B4. RGB value is (245,168,180). Sum of RGB (Red+Green+Blue) = 245+168+180=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A8B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A8B4 is #0A574B. Grayscale: #C0C0C0. Windows color (decimal): -677708 or 11839733. OLE color: 11839733.

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

Color convert

RGB 245 168 180 -
CMYK 0 0.31 0.27 0.04
HSL 350.65º 0.79% 0.81% -
HSV(B) 350.65º 0.31% 0.96% -
XYZ 59.9 50.71 49.81 -
YUV 192.39 121.01 165.52 -
System Red Green Blue C M Y K H S L
Decimal 245 168 180 0 0.31 0.27 0.04 350.65 0.79 0.81
Hex F5 A8 B4 0 1F 1B 4 15F 4F 51
Octal 365 250 264 0 37 33 4 537 117 121
Binary 11110101 10101000 10110100 0 11111 11011 100 101011111 1001111 1010001

Color Harmonies of #F5A8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A8B4

Black with #F5A8B4

Text Example


Text Example

White with #F5A8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A8B4; }

 p { color: rgb(245,168,180); }

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

background-color css

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

 a { background-color: rgb(245,168,180); }

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

border-color css

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

 span { border-color: rgb(245,168,180); }

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