Html Css Color HEX #FCE6EB Amour

📋 copy color: '#FCE6EB'

red 252 ◦ green 230 ◦ blue 235

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

Shades of Amour #FCE6EB

Tints of Amour #FCE6EB

RGB

 RED value IS 252 (98.83% from 255) = 35.15%

 GREEN value IS 230 (90.23% from 255) = 32.08%

 BLUE value IS 235 (92.19% from 255) = 32.78%

R = 35.15%
G = 32.08%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCE6EB (or 0xFCE6EB) is known color: Amour. HEX triplet: FC, E6 and EB. RGB value is (252,230,235). Sum of RGB (Red+Green+Blue) = 252+230+235=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 230 (90.23% from 255 or 32.08% from 717); Blue value is 235 (92.19% from 255 or 32.78% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6EB is #031914. Grayscale: #EDEDED. Windows color (decimal): -203029 or 15460092. OLE color: 15460092.

HSL color Cylindrical-coordinate representation of color #FCE6EB: hue angle of 346.36º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE6EB is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 230 235 -
CMYK 0 0.09 0.07 0.01
HSL 346.36º 0.79% 0.95% -
HSV(B) 346.36º 0.09% 0.99% -
XYZ 83.44 83.29 90.28 -
YUV 237.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 252 230 235 0 0.09 0.07 0.01 346.36 0.79 0.95
Hex FC E6 EB 0 9 7 1 15A 4F 5F
Octal 374 346 353 0 11 7 1 532 117 137
Binary 11111100 11100110 11101011 0 1001 111 1 101011010 1001111 1011111

Color Harmonies of #FCE6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE6EB

Black with #FCE6EB

Text Example


Text Example

White with #FCE6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE6EB; }

 p { color: rgb(252,230,235); }

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

background-color css

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

 a { background-color: rgb(252,230,235); }

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

border-color css

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

 span { border-color: rgb(252,230,235); }

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