Html Css Color HEX #F2DDE3 Carousel Pink

📋 copy color: '#F2DDE3'

red 242 ◦ green 221 ◦ blue 227

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

Shades of Carousel Pink #F2DDE3

Tints of Carousel Pink #F2DDE3

RGB

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

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

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

R = 35.07%
G = 32.03%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F2DDE3 (or 0xF2DDE3) is known color: Carousel Pink. HEX triplet: F2, DD and E3. RGB value is (242,221,227). Sum of RGB (Red+Green+Blue) = 242+221+227=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 227 (89.06% from 255 or 32.90% from 690); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDE3 is #0D221C. Grayscale: #E3E3E3. Windows color (decimal): -860701 or 14933490. OLE color: 14933490.

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

Color convert

RGB 242 221 227 -
CMYK 0 0.09 0.06 0.05
HSL 342.86º 0.45% 0.91% -
HSV(B) 342.86º 0.09% 0.95% -
XYZ 76.34 76.14 83.35 -
YUV 227.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 242 221 227 0 0.09 0.06 0.05 342.86 0.45 0.91
Hex F2 DD E3 0 9 6 5 157 2D 5B
Octal 362 335 343 0 11 6 5 527 55 133
Binary 11110010 11011101 11100011 0 1001 110 101 101010111 101101 1011011

Color Harmonies of #F2DDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DDE3

Black with #F2DDE3

Text Example


Text Example

White with #F2DDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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