Html Css Color HEX #F0C4BB Your Pink

📋 copy color: '#F0C4BB'

red 240 ◦ green 196 ◦ blue 187

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

Shades of Your Pink #F0C4BB

Tints of Your Pink #F0C4BB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.46%

 BLUE value IS 187 (73.44% from 255) = 30.02%

R = 38.52%
G = 31.46%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0C4BB (or 0xF0C4BB) is known color: Your Pink. HEX triplet: F0, C4 and BB. RGB value is (240,196,187). Sum of RGB (Red+Green+Blue) = 240+196+187=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C4BB is #0F3B44. Grayscale: #D0D0D0. Windows color (decimal): -998213 or 12305648. OLE color: 12305648.

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

Color convert

RGB 240 196 187 -
CMYK 0 0.18 0.22 0.06
HSL 10.19º 0.64% 0.84% -
HSV(B) 10.19º 0.22% 0.94% -
XYZ 64.64 61.59 55.5 -
YUV 208.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 240 196 187 0 0.18 0.22 0.06 10.19 0.64 0.84
Hex F0 C4 BB 0 12 16 6 A 40 54
Octal 360 304 273 0 22 26 6 12 100 124
Binary 11110000 11000100 10111011 0 10010 10110 110 1010 1000000 1010100

Color Harmonies of #F0C4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C4BB

Black with #F0C4BB

Text Example


Text Example

White with #F0C4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C4BB; }

 p { color: rgb(240,196,187); }

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

background-color css

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

 a { background-color: rgb(240,196,187); }

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

border-color css

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

 span { border-color: rgb(240,196,187); }

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