Html Css Color HEX #F2C7C5 Coral Candy

📋 copy color: '#F2C7C5'

red 242 ◦ green 199 ◦ blue 197

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

Shades of Coral Candy #F2C7C5

Tints of Coral Candy #F2C7C5

RGB

 RED value IS 242 (94.92% from 255) = 37.93%

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

 BLUE value IS 197 (77.34% from 255) = 30.88%

R = 37.93%
G = 31.19%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F2C7C5 (or 0xF2C7C5) is known color: Coral Candy. HEX triplet: F2, C7 and C5. RGB value is (242,199,197). Sum of RGB (Red+Green+Blue) = 242+199+197=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C7C5 is #0D383A. Grayscale: #D3D3D3. Windows color (decimal): -866363 or 12961778. OLE color: 12961778.

HSL color Cylindrical-coordinate representation of color #F2C7C5: hue angle of 2.67º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2C7C5 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 199 197 -
CMYK 0 0.18 0.19 0.05
HSL 2.67º 0.63% 0.86% -
HSV(B) 2.67º 0.19% 0.95% -
XYZ 67.12 63.76 61.59 -
YUV 211.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 242 199 197 0 0.18 0.19 0.05 2.67 0.63 0.86
Hex F2 C7 C5 0 12 13 5 3 3F 56
Octal 362 307 305 0 22 23 5 3 77 126
Binary 11110010 11000111 11000101 0 10010 10011 101 11 111111 1010110

Color Harmonies of #F2C7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C7C5

Black with #F2C7C5

Text Example


Text Example

White with #F2C7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C7C5; }

 p { color: rgb(242,199,197); }

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

background-color css

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

 a { background-color: rgb(242,199,197); }

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

border-color css

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

 span { border-color: rgb(242,199,197); }

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