Html Css Color HEX #FAECE2 Chardon

📋 copy color: '#FAECE2'

red 250 ◦ green 236 ◦ blue 226

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

Shades of Chardon #FAECE2

Tints of Chardon #FAECE2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.15%

 BLUE value IS 226 (88.67% from 255) = 31.74%

R = 35.11%
G = 33.15%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAECE2 (or 0xFAECE2) is known color: Chardon. HEX triplet: FA, EC and E2. RGB value is (250,236,226). Sum of RGB (Red+Green+Blue) = 250+236+226=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 226 (88.67% from 255 or 31.74% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECE2 is #05131D. Grayscale: #EFEFEF. Windows color (decimal): -332574 or 14871802. OLE color: 14871802.

HSL color Cylindrical-coordinate representation of color #FAECE2: hue angle of 25º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAECE2 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 236 226 -
CMYK 0 0.06 0.10 0.02
HSL 25º 0.71% 0.93% -
HSV(B) 25º 0.1% 0.98% -
XYZ 83.15 85.81 84.13 -
YUV 239.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 250 236 226 0 0.06 0.10 0.02 25 0.71 0.93
Hex FA EC E2 0 6 A 2 19 47 5D
Octal 372 354 342 0 6 12 2 31 107 135
Binary 11111010 11101100 11100010 0 110 1010 10 11001 1000111 1011101

Color Harmonies of #FAECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAECE2

Black with #FAECE2

Text Example


Text Example

White with #FAECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAECE2; }

 p { color: rgb(250,236,226); }

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

background-color css

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

 a { background-color: rgb(250,236,226); }

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

border-color css

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

 span { border-color: rgb(250,236,226); }

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