Html Css Color HEX #F4DDE2 Carousel Pink

📋 copy color: '#F4DDE2'

red 244 ◦ green 221 ◦ blue 226

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

Shades of Carousel Pink #F4DDE2

Tints of Carousel Pink #F4DDE2

RGB

 RED value IS 244 (95.7% from 255) = 35.31%

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

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

R = 35.31%
G = 31.98%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F4DDE2 (or 0xF4DDE2) is known color: Carousel Pink. HEX triplet: F4, DD and E2. RGB value is (244,221,226). Sum of RGB (Red+Green+Blue) = 244+221+226=691 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.31% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 226 (88.67% from 255 or 32.71% from 691); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DDE2 is #0B221D. Grayscale: #E4E4E4. Windows color (decimal): -729630 or 14867956. OLE color: 14867956.

HSL color Cylindrical-coordinate representation of color #F4DDE2: hue angle of 346.96º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4DDE2 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 221 226 -
CMYK 0 0.09 0.07 0.04
HSL 346.96º 0.51% 0.91% -
HSV(B) 346.96º 0.09% 0.96% -
XYZ 76.89 76.44 82.65 -
YUV 228.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 244 221 226 0 0.09 0.07 0.04 346.96 0.51 0.91
Hex F4 DD E2 0 9 7 4 15B 33 5B
Octal 364 335 342 0 11 7 4 533 63 133
Binary 11110100 11011101 11100010 0 1001 111 100 101011011 110011 1011011

Color Harmonies of #F4DDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DDE2

Black with #F4DDE2

Text Example


Text Example

White with #F4DDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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