Html Css Color HEX #F9DFF2 Pig Pink

📋 copy color: '#F9DFF2'

red 249 ◦ green 223 ◦ blue 242

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

Shades of Pig Pink #F9DFF2

Tints of Pig Pink #F9DFF2

RGB

 RED value IS 249 (97.66% from 255) = 34.87%

 GREEN value IS 223 (87.5% from 255) = 31.23%

 BLUE value IS 242 (94.92% from 255) = 33.89%

R = 34.87%
G = 31.23%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F9DFF2 (or 0xF9DFF2) is known color: Pig Pink. HEX triplet: F9, DF and F2. RGB value is (249,223,242). Sum of RGB (Red+Green+Blue) = 249+223+242=714 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.87% from 714); Green value is 223 (87.5% from 255 or 31.23% from 714); Blue value is 242 (94.92% from 255 or 33.89% from 714); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DFF2 is #06200D. Grayscale: #E8E8E8. Windows color (decimal): -401422 or 15917049. OLE color: 15917049.

HSL color Cylindrical-coordinate representation of color #F9DFF2: hue angle of 316.15º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F9DFF2 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 223 242 -
CMYK 0 0.10 0.03 0.02
HSL 316.15º 0.68% 0.93% -
HSV(B) 316.15º 0.1% 0.98% -
XYZ 81.48 79.33 95.02 -
YUV 232.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 249 223 242 0 0.10 0.03 0.02 316.15 0.68 0.93
Hex F9 DF F2 0 A 3 2 13C 44 5D
Octal 371 337 362 0 12 3 2 474 104 135
Binary 11111001 11011111 11110010 0 1010 11 10 100111100 1000100 1011101

Color Harmonies of #F9DFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DFF2

Black with #F9DFF2

Text Example


Text Example

White with #F9DFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DFF2; }

 p { color: rgb(249,223,242); }

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

background-color css

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

 a { background-color: rgb(249,223,242); }

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

border-color css

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

 span { border-color: rgb(249,223,242); }

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