Html Css Color HEX #FACBC6 Coral Candy

📋 copy color: '#FACBC6'

red 250 ◦ green 203 ◦ blue 198

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

Shades of Coral Candy #FACBC6

Tints of Coral Candy #FACBC6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.18%

 BLUE value IS 198 (77.73% from 255) = 30.41%

R = 38.4%
G = 31.18%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FACBC6 (or 0xFACBC6) is known color: Coral Candy. HEX triplet: FA, CB and C6. RGB value is (250,203,198). Sum of RGB (Red+Green+Blue) = 250+203+198=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 198 (77.73% from 255 or 30.41% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBC6 is #053439. Grayscale: #D8D8D8. Windows color (decimal): -341050 or 13028346. OLE color: 13028346.

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

Color convert

RGB 250 203 198 -
CMYK 0 0.19 0.21 0.02
HSL 5.77º 0.84% 0.88% -
HSV(B) 5.77º 0.21% 0.98% -
XYZ 70.97 67.11 62.64 -
YUV 216.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 250 203 198 0 0.19 0.21 0.02 5.77 0.84 0.88
Hex FA CB C6 0 13 15 2 6 54 58
Octal 372 313 306 0 23 25 2 6 124 130
Binary 11111010 11001011 11000110 0 10011 10101 10 110 1010100 1011000

Color Harmonies of #FACBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACBC6

Black with #FACBC6

Text Example


Text Example

White with #FACBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACBC6; }

 p { color: rgb(250,203,198); }

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

background-color css

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

 a { background-color: rgb(250,203,198); }

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

border-color css

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

 span { border-color: rgb(250,203,198); }

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