Html Css Color HEX #F3DCDF Carousel Pink

📋 copy color: '#F3DCDF'

red 243 ◦ green 220 ◦ blue 223

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

Shades of Carousel Pink #F3DCDF

Tints of Carousel Pink #F3DCDF

RGB

 RED value IS 243 (95.31% from 255) = 35.42%

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

 BLUE value IS 223 (87.5% from 255) = 32.51%

R = 35.42%
G = 32.07%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F3DCDF (or 0xF3DCDF) is known color: Carousel Pink. HEX triplet: F3, DC and DF. RGB value is (243,220,223). Sum of RGB (Red+Green+Blue) = 243+220+223=686 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.42% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCDF is #0C2320. Grayscale: #E3E3E3. Windows color (decimal): -795425 or 14671091. OLE color: 14671091.

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

Color convert

RGB 243 220 223 -
CMYK 0 0.09 0.08 0.05
HSL 352.17º 0.49% 0.91% -
HSV(B) 352.17º 0.09% 0.95% -
XYZ 75.87 75.57 80.4 -
YUV 227.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 243 220 223 0 0.09 0.08 0.05 352.17 0.49 0.91
Hex F3 DC DF 0 9 8 5 160 31 5B
Octal 363 334 337 0 11 10 5 540 61 133
Binary 11110011 11011100 11011111 0 1001 1000 101 101100000 110001 1011011

Color Harmonies of #F3DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DCDF

Black with #F3DCDF

Text Example


Text Example

White with #F3DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DCDF; }

 p { color: rgb(243,220,223); }

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

background-color css

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

 a { background-color: rgb(243,220,223); }

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

border-color css

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

 span { border-color: rgb(243,220,223); }

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