Html Css Color HEX #FFD6F5 Pig Pink

📋 copy color: '#FFD6F5'

red 255 ◦ green 214 ◦ blue 245

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

Shades of Pig Pink #FFD6F5

Tints of Pig Pink #FFD6F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 34.31%

R = 35.71%
G = 29.97%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFD6F5 (or 0xFFD6F5) is known color: Pig Pink. HEX triplet: FF, D6 and F5. RGB value is (255,214,245). Sum of RGB (Red+Green+Blue) = 255+214+245=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 214 (83.98% from 255 or 29.97% from 714); Blue value is 245 (96.09% from 255 or 34.31% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD6F5 is #00290A. Grayscale: #E5E5E5. Windows color (decimal): -10507 or 16111359. OLE color: 16111359.

HSL color Cylindrical-coordinate representation of color #FFD6F5: hue angle of 314.63º 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 #FFD6F5 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB 255 214 245 -
CMYK 0 0.16 0.04 0
HSL 314.63º 1% 0.92% -
HSV(B) 314.63º 0.16% 1% -
XYZ 81.77 75.95 96.74 -
YUV 229.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 255 214 245 0 0.16 0.04 0 314.63 1 0.92
Hex FF D6 F5 0 10 4 0 13B 64 5C
Octal 377 326 365 0 20 4 0 473 144 134
Binary 11111111 11010110 11110101 0 10000 100 0 100111011 1100100 1011100

Color Harmonies of #FFD6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD6F5

Black with #FFD6F5

Text Example


Text Example

White with #FFD6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD6F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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