Html Css Color HEX #FFE6E6 Tutu

📋 copy color: '#FFE6E6'

red 255 ◦ green 230 ◦ blue 230

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

Shades of Tutu #FFE6E6

Tints of Tutu #FFE6E6

RGB

 RED value IS 255 (100% from 255) = 35.66%

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

 BLUE value IS 230 (90.23% from 255) = 32.17%

R = 35.66%
G = 32.17%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFE6E6 (or 0xFFE6E6) is known color: Tutu. HEX triplet: FF, E6 and E6. RGB value is (255,230,230). Sum of RGB (Red+Green+Blue) = 255+230+230=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 230 (90.23% from 255 or 32.17% from 715); Blue value is 230 (90.23% from 255 or 32.17% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6E6 is #001919. Grayscale: #EDEDED. Windows color (decimal): -6426 or 15132415. OLE color: 15132415.

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

Color convert

RGB 255 230 230 -
CMYK 0 0.10 0.10 0
HSL 1% 0.95% -
HSV(B) 0.1% 1% -
XYZ 83.82 83.57 86.58 -
YUV 237.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 255 230 230 0 0.10 0.10 0 0 1 0.95
Hex FF E6 E6 0 A A 0 0 64 5F
Octal 377 346 346 0 12 12 0 0 144 137
Binary 11111111 11100110 11100110 0 1010 1010 0 0 1100100 1011111

Color Harmonies of #FFE6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6E6

Black with #FFE6E6

Text Example


Text Example

White with #FFE6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6E6; }

 p { color: rgb(255,230,230); }

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

background-color css

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

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

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

border-color css

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

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

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