Html Css Color HEX #FAD0C7 Coral Candy

📋 copy color: '#FAD0C7'

red 250 ◦ green 208 ◦ blue 199

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

Shades of Coral Candy #FAD0C7

Tints of Coral Candy #FAD0C7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.66%

 BLUE value IS 199 (78.13% from 255) = 30.29%

R = 38.05%
G = 31.66%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FAD0C7 (or 0xFAD0C7) is known color: Coral Candy. HEX triplet: FA, D0 and C7. RGB value is (250,208,199). Sum of RGB (Red+Green+Blue) = 250+208+199=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 208 (81.64% from 255 or 31.66% from 657); Blue value is 199 (78.12% from 255 or 30.29% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0C7 is #052F38. Grayscale: #DBDBDB. Windows color (decimal): -339769 or 13095162. OLE color: 13095162.

HSL color Cylindrical-coordinate representation of color #FAD0C7: hue angle of 10.59º degrees, saturation: 0.84, 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 #FAD0C7 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 208 199 -
CMYK 0 0.17 0.20 0.02
HSL 10.59º 0.84% 0.88% -
HSV(B) 10.59º 0.2% 0.98% -
XYZ 72.29 69.56 63.65 -
YUV 219.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 250 208 199 0 0.17 0.20 0.02 10.59 0.84 0.88
Hex FA D0 C7 0 11 14 2 B 54 58
Octal 372 320 307 0 21 24 2 13 124 130
Binary 11111010 11010000 11000111 0 10001 10100 10 1011 1010100 1011000

Color Harmonies of #FAD0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD0C7

Black with #FAD0C7

Text Example


Text Example

White with #FAD0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD0C7; }

 p { color: rgb(250,208,199); }

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

background-color css

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

 a { background-color: rgb(250,208,199); }

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

border-color css

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

 span { border-color: rgb(250,208,199); }

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