Html Css Color HEX #FACECB Coral Candy

📋 copy color: '#FACECB'

red 250 ◦ green 206 ◦ blue 203

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

Shades of Coral Candy #FACECB

Tints of Coral Candy #FACECB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.26%

 BLUE value IS 203 (79.69% from 255) = 30.8%

R = 37.94%
G = 31.26%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FACECB (or 0xFACECB) is known color: Coral Candy. HEX triplet: FA, CE and CB. RGB value is (250,206,203). Sum of RGB (Red+Green+Blue) = 250+206+203=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FACECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACECB is #053134. Grayscale: #DADADA. Windows color (decimal): -340277 or 13356794. OLE color: 13356794.

HSL color Cylindrical-coordinate representation of color #FACECB: hue angle of 3.83º degrees, saturation: 0.82, 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 #FACECB is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 206 203 -
CMYK 0 0.18 0.19 0.02
HSL 3.83º 0.82% 0.89% -
HSV(B) 3.83º 0.19% 0.98% -
XYZ 72.28 68.78 65.97 -
YUV 218.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 250 206 203 0 0.18 0.19 0.02 3.83 0.82 0.89
Hex FA CE CB 0 12 13 2 4 52 59
Octal 372 316 313 0 22 23 2 4 122 131
Binary 11111010 11001110 11001011 0 10010 10011 10 100 1010010 1011001

Color Harmonies of #FACECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACECB

Black with #FACECB

Text Example


Text Example

White with #FACECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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