Html Css Color HEX #F9DDE3 Carousel Pink

📋 copy color: '#F9DDE3'

red 249 ◦ green 221 ◦ blue 227

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

Shades of Carousel Pink #F9DDE3

Tints of Carousel Pink #F9DDE3

RGB

 RED value IS 249 (97.66% from 255) = 35.72%

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

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

R = 35.72%
G = 31.71%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F9DDE3 (or 0xF9DDE3) is known color: Carousel Pink. HEX triplet: F9, DD and E3. RGB value is (249,221,227). Sum of RGB (Red+Green+Blue) = 249+221+227=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 227 (89.06% from 255 or 32.57% from 697); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DDE3 is #06221C. Grayscale: #E6E6E6. Windows color (decimal): -401949 or 14933497. OLE color: 14933497.

HSL color Cylindrical-coordinate representation of color #F9DDE3: hue angle of 347.14º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9DDE3 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 221 227 -
CMYK 0 0.11 0.09 0.02
HSL 347.14º 0.7% 0.92% -
HSV(B) 347.14º 0.11% 0.98% -
XYZ 78.79 77.4 83.46 -
YUV 230.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 249 221 227 0 0.11 0.09 0.02 347.14 0.7 0.92
Hex F9 DD E3 0 B 9 2 15B 46 5C
Octal 371 335 343 0 13 11 2 533 106 134
Binary 11111001 11011101 11100011 0 1011 1001 10 101011011 1000110 1011100

Color Harmonies of #F9DDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DDE3

Black with #F9DDE3

Text Example


Text Example

White with #F9DDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DDE3; }

 p { color: rgb(249,221,227); }

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

background-color css

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

 a { background-color: rgb(249,221,227); }

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

border-color css

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

 span { border-color: rgb(249,221,227); }

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