Html Css Color HEX #F2DEE1 Carousel Pink

📋 copy color: '#F2DEE1'

red 242 ◦ green 222 ◦ blue 225

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

Shades of Carousel Pink #F2DEE1

Tints of Carousel Pink #F2DEE1

RGB

 RED value IS 242 (94.92% from 255) = 35.12%

 GREEN value IS 222 (87.11% from 255) = 32.22%

 BLUE value IS 225 (88.28% from 255) = 32.66%

R = 35.12%
G = 32.22%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F2DEE1 (or 0xF2DEE1) is known color: Carousel Pink. HEX triplet: F2, DE and E1. RGB value is (242,222,225). Sum of RGB (Red+Green+Blue) = 242+222+225=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 225 (88.28% from 255 or 32.66% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEE1 is #0D211E. Grayscale: #E4E4E4. Windows color (decimal): -860447 or 14802674. OLE color: 14802674.

HSL color Cylindrical-coordinate representation of color #F2DEE1: hue angle of 351º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2DEE1 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 222 225 -
CMYK 0 0.08 0.07 0.05
HSL 351º 0.43% 0.91% -
HSV(B) 351º 0.08% 0.95% -
XYZ 76.33 76.56 81.99 -
YUV 228.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 242 222 225 0 0.08 0.07 0.05 351 0.43 0.91
Hex F2 DE E1 0 8 7 5 15F 2B 5B
Octal 362 336 341 0 10 7 5 537 53 133
Binary 11110010 11011110 11100001 0 1000 111 101 101011111 101011 1011011

Color Harmonies of #F2DEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DEE1

Black with #F2DEE1

Text Example


Text Example

White with #F2DEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DEE1; }

 p { color: rgb(242,222,225); }

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

background-color css

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

 a { background-color: rgb(242,222,225); }

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

border-color css

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

 span { border-color: rgb(242,222,225); }

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