Html Css Color HEX #F1D5CD Coral Candy

📋 copy color: '#F1D5CD'

red 241 ◦ green 213 ◦ blue 205

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

Shades of Coral Candy #F1D5CD

Tints of Coral Candy #F1D5CD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.32%

 BLUE value IS 205 (80.47% from 255) = 31.11%

R = 36.57%
G = 32.32%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F1D5CD (or 0xF1D5CD) is known color: Coral Candy. HEX triplet: F1, D5 and CD. RGB value is (241,213,205). Sum of RGB (Red+Green+Blue) = 241+213+205=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D5CD is #0E2A32. Grayscale: #DCDCDC. Windows color (decimal): -928307 or 13489649. OLE color: 13489649.

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

Color convert

RGB 241 213 205 -
CMYK 0 0.12 0.15 0.05
HSL 13.33º 0.56% 0.87% -
HSV(B) 13.33º 0.15% 0.95% -
XYZ 71.09 70.7 67.66 -
YUV 220.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 241 213 205 0 0.12 0.15 0.05 13.33 0.56 0.87
Hex F1 D5 CD 0 C F 5 D 38 57
Octal 361 325 315 0 14 17 5 15 70 127
Binary 11110001 11010101 11001101 0 1100 1111 101 1101 111000 1010111

Color Harmonies of #F1D5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D5CD

Black with #F1D5CD

Text Example


Text Example

White with #F1D5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D5CD; }

 p { color: rgb(241,213,205); }

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

background-color css

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

 a { background-color: rgb(241,213,205); }

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

border-color css

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

 span { border-color: rgb(241,213,205); }

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