Html Css Color HEX #FCE5E5 Tutu

📋 copy color: '#FCE5E5'

red 252 ◦ green 229 ◦ blue 229

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

Shades of Tutu #FCE5E5

Tints of Tutu #FCE5E5

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.25%

 BLUE value IS 229 (89.84% from 255) = 32.25%

R = 35.49%
G = 32.25%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCE5E5 (or 0xFCE5E5) is known color: Tutu. HEX triplet: FC, E5 and E5. RGB value is (252,229,229). Sum of RGB (Red+Green+Blue) = 252+229+229=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 229 (89.84% from 255 or 32.25% from 710); Blue value is 229 (89.84% from 255 or 32.25% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5E5 is #031A1A. Grayscale: #EBEBEB. Windows color (decimal): -203291 or 15066620. OLE color: 15066620.

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

Color convert

RGB 252 229 229 -
CMYK 0 0.09 0.09 0.01
HSL 0.79% 0.94% -
HSV(B) 0.09% 0.99% -
XYZ 82.31 82.39 85.69 -
YUV 235.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 252 229 229 0 0.09 0.09 0.01 0 0.79 0.94
Hex FC E5 E5 0 9 9 1 0 4F 5E
Octal 374 345 345 0 11 11 1 0 117 136
Binary 11111100 11100101 11100101 0 1001 1001 1 0 1001111 1011110

Color Harmonies of #FCE5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5E5

Black with #FCE5E5

Text Example


Text Example

White with #FCE5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5E5; }

 p { color: rgb(252,229,229); }

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

background-color css

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

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

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

border-color css

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

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

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