Html Css Color HEX #FAD1CA Coral Candy

📋 copy color: '#FAD1CA'

red 250 ◦ green 209 ◦ blue 202

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

Shades of Coral Candy #FAD1CA

Tints of Coral Candy #FAD1CA

RGB

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

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

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

R = 37.82%
G = 31.62%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAD1CA (or 0xFAD1CA) is known color: Coral Candy. HEX triplet: FA, D1 and CA. RGB value is (250,209,202). Sum of RGB (Red+Green+Blue) = 250+209+202=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1CA is #052E35. Grayscale: #DCDCDC. Windows color (decimal): -339510 or 13292026. OLE color: 13292026.

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

Color convert

RGB 250 209 202 -
CMYK 0 0.16 0.19 0.02
HSL 8.75º 0.83% 0.89% -
HSV(B) 8.75º 0.19% 0.98% -
XYZ 72.89 70.19 65.58 -
YUV 220.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 250 209 202 0 0.16 0.19 0.02 8.75 0.83 0.89
Hex FA D1 CA 0 10 13 2 9 53 59
Octal 372 321 312 0 20 23 2 11 123 131
Binary 11111010 11010001 11001010 0 10000 10011 10 1001 1010011 1011001

Color Harmonies of #FAD1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD1CA

Black with #FAD1CA

Text Example


Text Example

White with #FAD1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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