Html Css Color HEX #FACCCB Coral Candy

📋 copy color: '#FACCCB'

red 250 ◦ green 204 ◦ blue 203

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

Shades of Coral Candy #FACCCB

Tints of Coral Candy #FACCCB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.05%

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

R = 38.05%
G = 31.05%
B = 30.9%

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

#FACCCB (or 0xFACCCB) is known color: Coral Candy. HEX triplet: FA, CC and CB. RGB value is (250,204,203). Sum of RGB (Red+Green+Blue) = 250+204+203=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCCB is #053334. Grayscale: #D9D9D9. Windows color (decimal): -340789 or 13356282. OLE color: 13356282.

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

Color convert

RGB 250 204 203 -
CMYK 0 0.18 0.19 0.02
HSL 1.28º 0.82% 0.89% -
HSV(B) 1.28º 0.19% 0.98% -
XYZ 71.8 67.82 65.81 -
YUV 217.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 250 204 203 0 0.18 0.19 0.02 1.28 0.82 0.89
Hex FA CC CB 0 12 13 2 1 52 59
Octal 372 314 313 0 22 23 2 1 122 131
Binary 11111010 11001100 11001011 0 10010 10011 10 1 1010010 1011001

Color Harmonies of #FACCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCCB

Black with #FACCCB

Text Example


Text Example

White with #FACCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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