Html Css Color HEX #F9E3E6 Carousel Pink

📋 copy color: '#F9E3E6'

red 249 ◦ green 227 ◦ blue 230

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

Shades of Carousel Pink #F9E3E6

Tints of Carousel Pink #F9E3E6

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.15%

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

R = 35.27%
G = 32.15%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F9E3E6 (or 0xF9E3E6) is known color: Carousel Pink. HEX triplet: F9, E3 and E6. RGB value is (249,227,230). Sum of RGB (Red+Green+Blue) = 249+227+230=706 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.27% from 706); Green value is 227 (89.06% from 255 or 32.15% from 706); Blue value is 230 (90.23% from 255 or 32.58% from 706); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E3E6 is #061C19. Grayscale: #E9E9E9. Windows color (decimal): -400410 or 15131641. OLE color: 15131641.

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

Color convert

RGB 249 227 230 -
CMYK 0 0.09 0.08 0.02
HSL 351.82º 0.65% 0.93% -
HSV(B) 351.82º 0.09% 0.98% -
XYZ 80.82 80.79 86.2 -
YUV 233.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 249 227 230 0 0.09 0.08 0.02 351.82 0.65 0.93
Hex F9 E3 E6 0 9 8 2 160 41 5D
Octal 371 343 346 0 11 10 2 540 101 135
Binary 11111001 11100011 11100110 0 1001 1000 10 101100000 1000001 1011101

Color Harmonies of #F9E3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E3E6

Black with #F9E3E6

Text Example


Text Example

White with #F9E3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E3E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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