Html Css Color HEX #F0C4BF Your Pink

📋 copy color: '#F0C4BF'

red 240 ◦ green 196 ◦ blue 191

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

Shades of Your Pink #F0C4BF

Tints of Your Pink #F0C4BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.46%

R = 38.28%
G = 31.26%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0C4BF (or 0xF0C4BF) is known color: Your Pink. HEX triplet: F0, C4 and BF. RGB value is (240,196,191). Sum of RGB (Red+Green+Blue) = 240+196+191=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C4BF is #0F3B40. Grayscale: #D0D0D0. Windows color (decimal): -998209 or 12567792. OLE color: 12567792.

HSL color Cylindrical-coordinate representation of color #F0C4BF: hue angle of 6.12º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C4BF is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 196 191 -
CMYK 0 0.18 0.20 0.06
HSL 6.12º 0.62% 0.85% -
HSV(B) 6.12º 0.2% 0.94% -
XYZ 65.08 61.77 57.78 -
YUV 208.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 240 196 191 0 0.18 0.20 0.06 6.12 0.62 0.85
Hex F0 C4 BF 0 12 14 6 6 3E 55
Octal 360 304 277 0 22 24 6 6 76 125
Binary 11110000 11000100 10111111 0 10010 10100 110 110 111110 1010101

Color Harmonies of #F0C4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C4BF

Black with #F0C4BF

Text Example


Text Example

White with #F0C4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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