Html Css Color HEX #F0DDE2 Carousel Pink

📋 copy color: '#F0DDE2'

red 240 ◦ green 221 ◦ blue 226

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

Shades of Carousel Pink #F0DDE2

Tints of Carousel Pink #F0DDE2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.17%

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

R = 34.93%
G = 32.17%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F0DDE2 (or 0xF0DDE2) is known color: Carousel Pink. HEX triplet: F0, DD and E2. RGB value is (240,221,226). Sum of RGB (Red+Green+Blue) = 240+221+226=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 226 (88.67% from 255 or 32.90% from 687); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDE2 is #0F221D. Grayscale: #E3E3E3. Windows color (decimal): -991774 or 14867952. OLE color: 14867952.

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

Color convert

RGB 240 221 226 -
CMYK 0 0.08 0.06 0.06
HSL 344.21º 0.39% 0.9% -
HSV(B) 344.21º 0.08% 0.94% -
XYZ 75.52 75.73 82.59 -
YUV 227.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 240 221 226 0 0.08 0.06 0.06 344.21 0.39 0.9
Hex F0 DD E2 0 8 6 6 158 27 5A
Octal 360 335 342 0 10 6 6 530 47 132
Binary 11110000 11011101 11100010 0 1000 110 110 101011000 100111 1011010

Color Harmonies of #F0DDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DDE2

Black with #F0DDE2

Text Example


Text Example

White with #F0DDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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