Html Css Color HEX #FAD1C9 Coral Candy

📋 copy color: '#FAD1C9'

red 250 ◦ green 209 ◦ blue 201

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

Shades of Coral Candy #FAD1C9

Tints of Coral Candy #FAD1C9

RGB

 RED value IS 250 (98.05% from 255) = 37.88%

 GREEN value IS 209 (82.03% from 255) = 31.67%

 BLUE value IS 201 (78.91% from 255) = 30.45%

R = 37.88%
G = 31.67%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FAD1C9 (or 0xFAD1C9) is known color: Coral Candy. HEX triplet: FA, D1 and C9. RGB value is (250,209,201). Sum of RGB (Red+Green+Blue) = 250+209+201=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 201 (78.91% from 255 or 30.45% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1C9 is #052E36. Grayscale: #DCDCDC. Windows color (decimal): -339511 or 13226490. OLE color: 13226490.

HSL color Cylindrical-coordinate representation of color #FAD1C9: hue angle of 9.8º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAD1C9 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 209 201 -
CMYK 0 0.16 0.20 0.02
HSL 9.8º 0.83% 0.88% -
HSV(B) 9.8º 0.2% 0.98% -
XYZ 72.77 70.14 64.96 -
YUV 220.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 250 209 201 0 0.16 0.20 0.02 9.8 0.83 0.88
Hex FA D1 C9 0 10 14 2 A 53 58
Octal 372 321 311 0 20 24 2 12 123 130
Binary 11111010 11010001 11001001 0 10000 10100 10 1010 1010011 1011000

Color Harmonies of #FAD1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD1C9

Black with #FAD1C9

Text Example


Text Example

White with #FAD1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD1C9; }

 p { color: rgb(250,209,201); }

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

background-color css

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

 a { background-color: rgb(250,209,201); }

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

border-color css

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

 span { border-color: rgb(250,209,201); }

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