Html Css Color HEX #F0B4BC Light Pink

📋 copy color: '#F0B4BC'

red 240 ◦ green 180 ◦ blue 188

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

Shades of Light Pink #F0B4BC

Tints of Light Pink #F0B4BC

RGB

 RED value IS 240 (94.14% from 255) = 39.47%

 GREEN value IS 180 (70.7% from 255) = 29.61%

 BLUE value IS 188 (73.83% from 255) = 30.92%

R = 39.47%
G = 29.61%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0B4BC (or 0xF0B4BC) is known color: Light Pink. HEX triplet: F0, B4 and BC. RGB value is (240,180,188). Sum of RGB (Red+Green+Blue) = 240+180+188=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 180 (70.70% from 255 or 29.61% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B4BC is #0F4B43. Grayscale: #C6C6C6. Windows color (decimal): -1002308 or 12367088. OLE color: 12367088.

HSL color Cylindrical-coordinate representation of color #F0B4BC: hue angle of 352º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B4BC is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 180 188 -
CMYK 0 0.25 0.22 0.06
HSL 352º 0.67% 0.82% -
HSV(B) 352º 0.25% 0.94% -
XYZ 61.33 54.8 54.92 -
YUV 198.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 240 180 188 0 0.25 0.22 0.06 352 0.67 0.82
Hex F0 B4 BC 0 19 16 6 160 43 52
Octal 360 264 274 0 31 26 6 540 103 122
Binary 11110000 10110100 10111100 0 11001 10110 110 101100000 1000011 1010010

Color Harmonies of #F0B4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B4BC

Black with #F0B4BC

Text Example


Text Example

White with #F0B4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B4BC; }

 p { color: rgb(240,180,188); }

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

background-color css

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

 a { background-color: rgb(240,180,188); }

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

border-color css

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

 span { border-color: rgb(240,180,188); }

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