Html Css Color HEX #F1D4CA Coral Candy

📋 copy color: '#F1D4CA'

red 241 ◦ green 212 ◦ blue 202

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

Shades of Coral Candy #F1D4CA

Tints of Coral Candy #F1D4CA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.37%

 BLUE value IS 202 (79.3% from 255) = 30.84%

R = 36.79%
G = 32.37%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1D4CA (or 0xF1D4CA) is known color: Coral Candy. HEX triplet: F1, D4 and CA. RGB value is (241,212,202). Sum of RGB (Red+Green+Blue) = 241+212+202=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4CA is #0E2B35. Grayscale: #DBDBDB. Windows color (decimal): -928566 or 13292785. OLE color: 13292785.

HSL color Cylindrical-coordinate representation of color #F1D4CA: hue angle of 15.38º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1D4CA is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 212 202 -
CMYK 0 0.12 0.16 0.05
HSL 15.38º 0.58% 0.87% -
HSV(B) 15.38º 0.16% 0.95% -
XYZ 70.48 70.05 65.68 -
YUV 219.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 241 212 202 0 0.12 0.16 0.05 15.38 0.58 0.87
Hex F1 D4 CA 0 C 10 5 F 3A 57
Octal 361 324 312 0 14 20 5 17 72 127
Binary 11110001 11010100 11001010 0 1100 10000 101 1111 111010 1010111

Color Harmonies of #F1D4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D4CA

Black with #F1D4CA

Text Example


Text Example

White with #F1D4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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