Html Css Color HEX #F2CAC1 Coral Candy

📋 copy color: '#F2CAC1'

red 242 ◦ green 202 ◦ blue 193

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

Shades of Coral Candy #F2CAC1

Tints of Coral Candy #F2CAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.3%

R = 37.99%
G = 31.71%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F2CAC1 (or 0xF2CAC1) is known color: Coral Candy. HEX triplet: F2, CA and C1. RGB value is (242,202,193). Sum of RGB (Red+Green+Blue) = 242+202+193=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CAC1 is #0D353E. Grayscale: #D5D5D5. Windows color (decimal): -865599 or 12700402. OLE color: 12700402.

HSL color Cylindrical-coordinate representation of color #F2CAC1: hue angle of 11.02º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2CAC1 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 202 193 -
CMYK 0 0.17 0.20 0.05
HSL 11.02º 0.65% 0.85% -
HSV(B) 11.02º 0.2% 0.95% -
XYZ 67.36 64.97 59.44 -
YUV 212.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 242 202 193 0 0.17 0.20 0.05 11.02 0.65 0.85
Hex F2 CA C1 0 11 14 5 B 41 55
Octal 362 312 301 0 21 24 5 13 101 125
Binary 11110010 11001010 11000001 0 10001 10100 101 1011 1000001 1010101

Color Harmonies of #F2CAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CAC1

Black with #F2CAC1

Text Example


Text Example

White with #F2CAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CAC1; }

 p { color: rgb(242,202,193); }

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

background-color css

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

 a { background-color: rgb(242,202,193); }

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

border-color css

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

 span { border-color: rgb(242,202,193); }

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