Html Css Color HEX #F0C4BD Your Pink

📋 copy color: '#F0C4BD'

red 240 ◦ green 196 ◦ blue 189

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

Shades of Your Pink #F0C4BD

Tints of Your Pink #F0C4BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.24%

R = 38.4%
G = 31.36%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0C4BD (or 0xF0C4BD) is known color: Your Pink. HEX triplet: F0, C4 and BD. RGB value is (240,196,189). Sum of RGB (Red+Green+Blue) = 240+196+189=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C4BD is #0F3B42. Grayscale: #D0D0D0. Windows color (decimal): -998211 or 12436720. OLE color: 12436720.

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

Color convert

RGB 240 196 189 -
CMYK 0 0.18 0.21 0.06
HSL 8.24º 0.63% 0.84% -
HSV(B) 8.24º 0.21% 0.94% -
XYZ 64.86 61.68 56.63 -
YUV 208.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 240 196 189 0 0.18 0.21 0.06 8.24 0.63 0.84
Hex F0 C4 BD 0 12 15 6 8 3F 54
Octal 360 304 275 0 22 25 6 10 77 124
Binary 11110000 11000100 10111101 0 10010 10101 110 1000 111111 1010100

Color Harmonies of #F0C4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C4BD

Black with #F0C4BD

Text Example


Text Example

White with #F0C4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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