Html Css Color HEX #F2C7C3 Coral Candy

📋 copy color: '#F2C7C3'

red 242 ◦ green 199 ◦ blue 195

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

Shades of Coral Candy #F2C7C3

Tints of Coral Candy #F2C7C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.66%

R = 38.05%
G = 31.29%
B = 30.66%

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

#F2C7C3 (or 0xF2C7C3) is known color: Coral Candy. HEX triplet: F2, C7 and C3. RGB value is (242,199,195). Sum of RGB (Red+Green+Blue) = 242+199+195=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C7C3 is #0D383C. Grayscale: #D3D3D3. Windows color (decimal): -866365 or 12830706. OLE color: 12830706.

HSL color Cylindrical-coordinate representation of color #F2C7C3: hue angle of 5.11º degrees, saturation: 0.64, 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 #F2C7C3 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 199 195 -
CMYK 0 0.18 0.19 0.05
HSL 5.11º 0.64% 0.86% -
HSV(B) 5.11º 0.19% 0.95% -
XYZ 66.89 63.66 60.39 -
YUV 211.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 242 199 195 0 0.18 0.19 0.05 5.11 0.64 0.86
Hex F2 C7 C3 0 12 13 5 5 40 56
Octal 362 307 303 0 22 23 5 5 100 126
Binary 11110010 11000111 11000011 0 10010 10011 101 101 1000000 1010110

Color Harmonies of #F2C7C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C7C3

Black with #F2C7C3

Text Example


Text Example

White with #F2C7C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C7C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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