Html Css Color HEX #F2DBE1 Carousel Pink

📋 copy color: '#F2DBE1'

red 242 ◦ green 219 ◦ blue 225

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

Shades of Carousel Pink #F2DBE1

Tints of Carousel Pink #F2DBE1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.92%

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

R = 35.28%
G = 31.92%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F2DBE1 (or 0xF2DBE1) is known color: Carousel Pink. HEX triplet: F2, DB and E1. RGB value is (242,219,225). Sum of RGB (Red+Green+Blue) = 242+219+225=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 225 (88.28% from 255 or 32.80% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBE1 is #0D241E. Grayscale: #E2E2E2. Windows color (decimal): -861215 or 14801906. OLE color: 14801906.

HSL color Cylindrical-coordinate representation of color #F2DBE1: hue angle of 344.35º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2DBE1 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 219 225 -
CMYK 0 0.10 0.07 0.05
HSL 344.35º 0.47% 0.9% -
HSV(B) 344.35º 0.1% 0.95% -
XYZ 75.54 74.98 81.72 -
YUV 226.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 242 219 225 0 0.10 0.07 0.05 344.35 0.47 0.9
Hex F2 DB E1 0 A 7 5 158 2F 5A
Octal 362 333 341 0 12 7 5 530 57 132
Binary 11110010 11011011 11100001 0 1010 111 101 101011000 101111 1011010

Color Harmonies of #F2DBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DBE1

Black with #F2DBE1

Text Example


Text Example

White with #F2DBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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