Html Css Color HEX #F9E2E6 Carousel Pink

📋 copy color: '#F9E2E6'

red 249 ◦ green 226 ◦ blue 230

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

Shades of Carousel Pink #F9E2E6

Tints of Carousel Pink #F9E2E6

RGB

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

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

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

R = 35.32%
G = 32.06%
B = 32.62%

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

#F9E2E6 (or 0xF9E2E6) is known color: Carousel Pink. HEX triplet: F9, E2 and E6. RGB value is (249,226,230). Sum of RGB (Red+Green+Blue) = 249+226+230=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 226 (88.67% from 255 or 32.06% from 705); Blue value is 230 (90.23% from 255 or 32.62% from 705); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E2E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E2E6 is #061D19. Grayscale: #E9E9E9. Windows color (decimal): -400666 or 15131385. OLE color: 15131385.

HSL color Cylindrical-coordinate representation of color #F9E2E6: hue angle of 349.57º degrees, saturation: 0.66, 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 #F9E2E6 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 226 230 -
CMYK 0 0.09 0.08 0.02
HSL 349.57º 0.66% 0.93% -
HSV(B) 349.57º 0.09% 0.98% -
XYZ 80.55 80.25 86.11 -
YUV 233.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 249 226 230 0 0.09 0.08 0.02 349.57 0.66 0.93
Hex F9 E2 E6 0 9 8 2 15E 42 5D
Octal 371 342 346 0 11 10 2 536 102 135
Binary 11111001 11100010 11100110 0 1001 1000 10 101011110 1000010 1011101

Color Harmonies of #F9E2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E2E6

Black with #F9E2E6

Text Example


Text Example

White with #F9E2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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