Html Css Color HEX #F1CAC4 Coral Candy

📋 copy color: '#F1CAC4'

red 241 ◦ green 202 ◦ blue 196

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

Shades of Coral Candy #F1CAC4

Tints of Coral Candy #F1CAC4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.61%

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

R = 37.72%
G = 31.61%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F1CAC4 (or 0xF1CAC4) is known color: Coral Candy. HEX triplet: F1, CA and C4. RGB value is (241,202,196). Sum of RGB (Red+Green+Blue) = 241+202+196=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CAC4 is #0E353B. Grayscale: #D5D5D5. Windows color (decimal): -931132 or 12897009. OLE color: 12897009.

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

Color convert

RGB 241 202 196 -
CMYK 0 0.16 0.19 0.05
HSL 0.62% 0.86% -
HSV(B) 0.19% 0.95% -
XYZ 67.36 64.93 61.21 -
YUV 212.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 241 202 196 0 0.16 0.19 0.05 8 0.62 0.86
Hex F1 CA C4 0 10 13 5 8 3E 56
Octal 361 312 304 0 20 23 5 10 76 126
Binary 11110001 11001010 11000100 0 10000 10011 101 1000 111110 1010110

Color Harmonies of #F1CAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CAC4

Black with #F1CAC4

Text Example


Text Example

White with #F1CAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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