Html Css Color HEX #F1D3CF Coral Candy

📋 copy color: '#F1D3CF'

red 241 ◦ green 211 ◦ blue 207

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

Shades of Coral Candy #F1D3CF

Tints of Coral Candy #F1D3CF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.02%

 BLUE value IS 207 (81.25% from 255) = 31.41%

R = 36.57%
G = 32.02%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F1D3CF (or 0xF1D3CF) is known color: Coral Candy. HEX triplet: F1, D3 and CF. RGB value is (241,211,207). Sum of RGB (Red+Green+Blue) = 241+211+207=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 211 (82.81% from 255 or 32.02% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D3CF is #0E2C30. Grayscale: #DBDBDB. Windows color (decimal): -928817 or 13620209. OLE color: 13620209.

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

Color convert

RGB 241 211 207 -
CMYK 0 0.12 0.14 0.05
HSL 7.06º 0.55% 0.88% -
HSV(B) 7.06º 0.14% 0.95% -
XYZ 70.83 69.79 68.77 -
YUV 219.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 241 211 207 0 0.12 0.14 0.05 7.06 0.55 0.88
Hex F1 D3 CF 0 C E 5 7 37 58
Octal 361 323 317 0 14 16 5 7 67 130
Binary 11110001 11010011 11001111 0 1100 1110 101 111 110111 1011000

Color Harmonies of #F1D3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D3CF

Black with #F1D3CF

Text Example


Text Example

White with #F1D3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D3CF; }

 p { color: rgb(241,211,207); }

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

background-color css

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

 a { background-color: rgb(241,211,207); }

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

border-color css

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

 span { border-color: rgb(241,211,207); }

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