Html Css Color HEX #FACCAE Apricot

📋 copy color: '#FACCAE'

red 250 ◦ green 204 ◦ blue 174

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

Shades of Apricot #FACCAE

Tints of Apricot #FACCAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.71%

R = 39.81%
G = 32.48%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FACCAE (or 0xFACCAE) is known color: Apricot. HEX triplet: FA, CC and AE. RGB value is (250,204,174). Sum of RGB (Red+Green+Blue) = 250+204+174=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 174 (68.36% from 255 or 27.71% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACCAE is #053351. Grayscale: #D6D6D6. Windows color (decimal): -340818 or 11455738. OLE color: 11455738.

HSL color Cylindrical-coordinate representation of color #FACCAE: hue angle of 23.68º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FACCAE is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 204 174 -
CMYK 0 0.18 0.30 0.02
HSL 23.68º 0.88% 0.83% -
HSV(B) 23.68º 0.3% 0.98% -
XYZ 68.66 66.57 49.27 -
YUV 214.33 105.24 153.44 -
System Red Green Blue C M Y K H S L
Decimal 250 204 174 0 0.18 0.30 0.02 23.68 0.88 0.83
Hex FA CC AE 0 12 1E 2 18 58 53
Octal 372 314 256 0 22 36 2 30 130 123
Binary 11111010 11001100 10101110 0 10010 11110 10 11000 1011000 1010011

Color Harmonies of #FACCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCAE

Black with #FACCAE

Text Example


Text Example

White with #FACCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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