Html Css Color HEX #F0C7BF Coral Candy

📋 copy color: '#F0C7BF'

red 240 ◦ green 199 ◦ blue 191

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

Shades of Coral Candy #F0C7BF

Tints of Coral Candy #F0C7BF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.59%

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

R = 38.1%
G = 31.59%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0C7BF (or 0xF0C7BF) is known color: Coral Candy. HEX triplet: F0, C7 and BF. RGB value is (240,199,191). Sum of RGB (Red+Green+Blue) = 240+199+191=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C7BF is #0F3840. Grayscale: #D2D2D2. Windows color (decimal): -997441 or 12568560. OLE color: 12568560.

HSL color Cylindrical-coordinate representation of color #F0C7BF: hue angle of 9.8º 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 #F0C7BF is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 199 191 -
CMYK 0 0.17 0.20 0.06
HSL 9.8º 0.62% 0.85% -
HSV(B) 9.8º 0.2% 0.94% -
XYZ 65.76 63.13 58.01 -
YUV 210.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 240 199 191 0 0.17 0.20 0.06 9.8 0.62 0.85
Hex F0 C7 BF 0 11 14 6 A 3E 55
Octal 360 307 277 0 21 24 6 12 76 125
Binary 11110000 11000111 10111111 0 10001 10100 110 1010 111110 1010101

Color Harmonies of #F0C7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C7BF

Black with #F0C7BF

Text Example


Text Example

White with #F0C7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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