Html Css Color HEX #F3DBDD Pale Pink

📋 copy color: '#F3DBDD'

red 243 ◦ green 219 ◦ blue 221

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

Shades of Pale Pink #F3DBDD

Tints of Pale Pink #F3DBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.36%

R = 35.58%
G = 32.06%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F3DBDD (or 0xF3DBDD) is known color: Pale Pink. HEX triplet: F3, DB and DD. RGB value is (243,219,221). Sum of RGB (Red+Green+Blue) = 243+219+221=683 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.58% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DBDD is #0C2422. Grayscale: #E2E2E2. Windows color (decimal): -795683 or 14539763. OLE color: 14539763.

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

Color convert

RGB 243 219 221 -
CMYK 0 0.10 0.09 0.05
HSL 355º 0.5% 0.91% -
HSV(B) 355º 0.1% 0.95% -
XYZ 75.34 74.94 78.9 -
YUV 226.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 243 219 221 0 0.10 0.09 0.05 355 0.5 0.91
Hex F3 DB DD 0 A 9 5 163 32 5B
Octal 363 333 335 0 12 11 5 543 62 133
Binary 11110011 11011011 11011101 0 1010 1001 101 101100011 110010 1011011

Color Harmonies of #F3DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DBDD

Black with #F3DBDD

Text Example


Text Example

White with #F3DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DBDD; }

 p { color: rgb(243,219,221); }

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

background-color css

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

 a { background-color: rgb(243,219,221); }

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

border-color css

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

 span { border-color: rgb(243,219,221); }

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