Html Css Color HEX #F1C6C4 Coral Candy

📋 copy color: '#F1C6C4'

red 241 ◦ green 198 ◦ blue 196

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

Shades of Coral Candy #F1C6C4

Tints of Coral Candy #F1C6C4

RGB

 RED value IS 241 (94.53% from 255) = 37.95%

 GREEN value IS 198 (77.73% from 255) = 31.18%

 BLUE value IS 196 (76.95% from 255) = 30.87%

R = 37.95%
G = 31.18%
B = 30.87%

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

#F1C6C4 (or 0xF1C6C4) is known color: Coral Candy. HEX triplet: F1, C6 and C4. RGB value is (241,198,196). Sum of RGB (Red+Green+Blue) = 241+198+196=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 196 (76.95% from 255 or 30.87% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C6C4 is #0E393B. Grayscale: #D2D2D2. Windows color (decimal): -932156 or 12895985. OLE color: 12895985.

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

Color convert

RGB 241 198 196 -
CMYK 0 0.18 0.19 0.05
HSL 2.67º 0.62% 0.86% -
HSV(B) 2.67º 0.19% 0.95% -
XYZ 66.43 63.07 60.9 -
YUV 210.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 241 198 196 0 0.18 0.19 0.05 2.67 0.62 0.86
Hex F1 C6 C4 0 12 13 5 3 3E 56
Octal 361 306 304 0 22 23 5 3 76 126
Binary 11110001 11000110 11000100 0 10010 10011 101 11 111110 1010110

Color Harmonies of #F1C6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C6C4

Black with #F1C6C4

Text Example


Text Example

White with #F1C6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C6C4; }

 p { color: rgb(241,198,196); }

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

background-color css

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

 a { background-color: rgb(241,198,196); }

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

border-color css

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

 span { border-color: rgb(241,198,196); }

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