Html Css Color HEX #F2DCE0 Carousel Pink

📋 copy color: '#F2DCE0'

red 242 ◦ green 220 ◦ blue 224

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

Shades of Carousel Pink #F2DCE0

Tints of Carousel Pink #F2DCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.07%

 BLUE value IS 224 (87.89% from 255) = 32.65%

R = 35.28%
G = 32.07%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F2DCE0 (or 0xF2DCE0) is known color: Carousel Pink. HEX triplet: F2, DC and E0. RGB value is (242,220,224). Sum of RGB (Red+Green+Blue) = 242+220+224=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 224 (87.89% from 255 or 32.65% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCE0 is #0D231F. Grayscale: #E3E3E3. Windows color (decimal): -860960 or 14736626. OLE color: 14736626.

HSL color Cylindrical-coordinate representation of color #F2DCE0: hue angle of 349.09º degrees, saturation: 0.46, 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 #F2DCE0 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 220 224 -
CMYK 0 0.09 0.07 0.05
HSL 349.09º 0.46% 0.91% -
HSV(B) 349.09º 0.09% 0.95% -
XYZ 75.67 75.45 81.1 -
YUV 227.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 242 220 224 0 0.09 0.07 0.05 349.09 0.46 0.91
Hex F2 DC E0 0 9 7 5 15D 2E 5B
Octal 362 334 340 0 11 7 5 535 56 133
Binary 11110010 11011100 11100000 0 1001 111 101 101011101 101110 1011011

Color Harmonies of #F2DCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCE0

Black with #F2DCE0

Text Example


Text Example

White with #F2DCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCE0; }

 p { color: rgb(242,220,224); }

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

background-color css

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

 a { background-color: rgb(242,220,224); }

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

border-color css

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

 span { border-color: rgb(242,220,224); }

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