Html Css Color HEX #FFD5F1 Pig Pink

📋 copy color: '#FFD5F1'

red 255 ◦ green 213 ◦ blue 241

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

Shades of Pig Pink #FFD5F1

Tints of Pig Pink #FFD5F1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.04%

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

R = 35.97%
G = 30.04%
B = 33.99%

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

#FFD5F1 (or 0xFFD5F1) is known color: Pig Pink. HEX triplet: FF, D5 and F1. RGB value is (255,213,241). Sum of RGB (Red+Green+Blue) = 255+213+241=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 213 (83.59% from 255 or 30.04% from 709); Blue value is 241 (94.53% from 255 or 33.99% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD5F1 is #002A0E. Grayscale: #E4E4E4. Windows color (decimal): -10767 or 15848959. OLE color: 15848959.

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

Color convert

RGB 255 213 241 -
CMYK 0 0.16 0.05 0
HSL 320º 1% 0.92% -
HSV(B) 320º 0.16% 1% -
XYZ 80.91 75.2 93.47 -
YUV 228.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 255 213 241 0 0.16 0.05 0 320 1 0.92
Hex FF D5 F1 0 10 5 0 140 64 5C
Octal 377 325 361 0 20 5 0 500 144 134
Binary 11111111 11010101 11110001 0 10000 101 0 101000000 1100100 1011100

Color Harmonies of #FFD5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5F1

Black with #FFD5F1

Text Example


Text Example

White with #FFD5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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