Html Css Color HEX #FFD5F0 Pig Pink

📋 copy color: '#FFD5F0'

red 255 ◦ green 213 ◦ blue 240

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

Shades of Pig Pink #FFD5F0

Tints of Pig Pink #FFD5F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 33.9%

R = 36.02%
G = 30.08%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FFD5F0 (or 0xFFD5F0) is known color: Pig Pink. HEX triplet: FF, D5 and F0. RGB value is (255,213,240). Sum of RGB (Red+Green+Blue) = 255+213+240=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 213 (83.59% from 255 or 30.08% from 708); Blue value is 240 (94.14% from 255 or 33.90% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD5F0 is #002A0F. Grayscale: #E4E4E4. Windows color (decimal): -10768 or 15783423. OLE color: 15783423.

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

Color convert

RGB 255 213 240 -
CMYK 0 0.16 0.06 0
HSL 321.43º 1% 0.92% -
HSV(B) 321.43º 0.16% 1% -
XYZ 80.76 75.14 92.68 -
YUV 228.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 255 213 240 0 0.16 0.06 0 321.43 1 0.92
Hex FF D5 F0 0 10 6 0 141 64 5C
Octal 377 325 360 0 20 6 0 501 144 134
Binary 11111111 11010101 11110000 0 10000 110 0 101000001 1100100 1011100

Color Harmonies of #FFD5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5F0

Black with #FFD5F0

Text Example


Text Example

White with #FFD5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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