Html Css Color HEX #F0E2E3 Carousel Pink

📋 copy color: '#F0E2E3'

red 240 ◦ green 226 ◦ blue 227

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

Shades of Carousel Pink #F0E2E3

Tints of Carousel Pink #F0E2E3

RGB

 RED value IS 240 (94.14% from 255) = 34.63%

 GREEN value IS 226 (88.67% from 255) = 32.61%

 BLUE value IS 227 (89.06% from 255) = 32.76%

R = 34.63%
G = 32.61%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F0E2E3 (or 0xF0E2E3) is known color: Carousel Pink. HEX triplet: F0, E2 and E3. RGB value is (240,226,227). Sum of RGB (Red+Green+Blue) = 240+226+227=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 226 (88.67% from 255 or 32.61% from 693); Blue value is 227 (89.06% from 255 or 32.76% from 693); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2E3 is #0F1D1C. Grayscale: #E6E6E6. Windows color (decimal): -990493 or 14934768. OLE color: 14934768.

HSL color Cylindrical-coordinate representation of color #F0E2E3: hue angle of 355.71º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0E2E3 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 226 227 -
CMYK 0 0.06 0.05 0.06
HSL 355.71º 0.32% 0.91% -
HSV(B) 355.71º 0.06% 0.94% -
XYZ 77 78.46 83.76 -
YUV 230.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 240 226 227 0 0.06 0.05 0.06 355.71 0.32 0.91
Hex F0 E2 E3 0 6 5 6 164 20 5B
Octal 360 342 343 0 6 5 6 544 40 133
Binary 11110000 11100010 11100011 0 110 101 110 101100100 100000 1011011

Color Harmonies of #F0E2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E2E3

Black with #F0E2E3

Text Example


Text Example

White with #F0E2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E2E3; }

 p { color: rgb(240,226,227); }

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

background-color css

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

 a { background-color: rgb(240,226,227); }

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

border-color css

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

 span { border-color: rgb(240,226,227); }

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