Html Css Color HEX #FFD6F1 Pig Pink

📋 copy color: '#FFD6F1'

red 255 ◦ green 214 ◦ blue 241

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

Shades of Pig Pink #FFD6F1

Tints of Pig Pink #FFD6F1

RGB

 RED value IS 255 (100% from 255) = 35.92%

 GREEN value IS 214 (83.98% from 255) = 30.14%

 BLUE value IS 241 (94.53% from 255) = 33.94%

R = 35.92%
G = 30.14%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FFD6F1 (or 0xFFD6F1) is known color: Pig Pink. HEX triplet: FF, D6 and F1. RGB value is (255,214,241). Sum of RGB (Red+Green+Blue) = 255+214+241=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 214 (83.98% from 255 or 30.14% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD6F1 is #00290E. Grayscale: #E5E5E5. Windows color (decimal): -10511 or 15849215. OLE color: 15849215.

HSL color Cylindrical-coordinate representation of color #FFD6F1: hue angle of 320.49º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD6F1 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 255 214 241 -
CMYK 0 0.16 0.05 0
HSL 320.49º 1% 0.92% -
HSV(B) 320.49º 0.16% 1% -
XYZ 81.16 75.7 93.55 -
YUV 229.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 255 214 241 0 0.16 0.05 0 320.49 1 0.92
Hex FF D6 F1 0 10 5 0 140 64 5C
Octal 377 326 361 0 20 5 0 500 144 134
Binary 11111111 11010110 11110001 0 10000 101 0 101000000 1100100 1011100

Color Harmonies of #FFD6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD6F1

Black with #FFD6F1

Text Example


Text Example

White with #FFD6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD6F1; }

 p { color: rgb(255,214,241); }

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

background-color css

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

 a { background-color: rgb(255,214,241); }

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

border-color css

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

 span { border-color: rgb(255,214,241); }

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