Html Css Color HEX #F2DFE3 Carousel Pink

📋 copy color: '#F2DFE3'

red 242 ◦ green 223 ◦ blue 227

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

Shades of Carousel Pink #F2DFE3

Tints of Carousel Pink #F2DFE3

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.23%

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

R = 34.97%
G = 32.23%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F2DFE3 (or 0xF2DFE3) is known color: Carousel Pink. HEX triplet: F2, DF and E3. RGB value is (242,223,227). Sum of RGB (Red+Green+Blue) = 242+223+227=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 227 (89.06% from 255 or 32.80% from 692); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFE3 is #0D201C. Grayscale: #E5E5E5. Windows color (decimal): -860189 or 14934002. OLE color: 14934002.

HSL color Cylindrical-coordinate representation of color #F2DFE3: hue angle of 347.37º degrees, saturation: 0.42, 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 #F2DFE3 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 223 227 -
CMYK 0 0.08 0.06 0.05
HSL 347.37º 0.42% 0.91% -
HSV(B) 347.37º 0.08% 0.95% -
XYZ 76.87 77.2 83.52 -
YUV 229.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 242 223 227 0 0.08 0.06 0.05 347.37 0.42 0.91
Hex F2 DF E3 0 8 6 5 15B 2A 5B
Octal 362 337 343 0 10 6 5 533 52 133
Binary 11110010 11011111 11100011 0 1000 110 101 101011011 101010 1011011

Color Harmonies of #F2DFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DFE3

Black with #F2DFE3

Text Example


Text Example

White with #F2DFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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