Html Css Color HEX #F2CFC6 Coral Candy

📋 copy color: '#F2CFC6'

red 242 ◦ green 207 ◦ blue 198

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

Shades of Coral Candy #F2CFC6

Tints of Coral Candy #F2CFC6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.99%

 BLUE value IS 198 (77.73% from 255) = 30.6%

R = 37.4%
G = 31.99%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F2CFC6 (or 0xF2CFC6) is known color: Coral Candy. HEX triplet: F2, CF and C6. RGB value is (242,207,198). Sum of RGB (Red+Green+Blue) = 242+207+198=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 198 (77.73% from 255 or 30.60% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFC6 is #0D3039. Grayscale: #D8D8D8. Windows color (decimal): -864314 or 13029362. OLE color: 13029362.

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

Color convert

RGB 242 207 198 -
CMYK 0 0.14 0.18 0.05
HSL 12.27º 0.63% 0.86% -
HSV(B) 12.27º 0.18% 0.95% -
XYZ 69.12 67.58 62.83 -
YUV 216.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 242 207 198 0 0.14 0.18 0.05 12.27 0.63 0.86
Hex F2 CF C6 0 E 12 5 C 3F 56
Octal 362 317 306 0 16 22 5 14 77 126
Binary 11110010 11001111 11000110 0 1110 10010 101 1100 111111 1010110

Color Harmonies of #F2CFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CFC6

Black with #F2CFC6

Text Example


Text Example

White with #F2CFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CFC6; }

 p { color: rgb(242,207,198); }

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

background-color css

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

 a { background-color: rgb(242,207,198); }

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

border-color css

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

 span { border-color: rgb(242,207,198); }

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