Html Css Color HEX #FBDFF2 Pig Pink

📋 copy color: '#FBDFF2'

red 251 ◦ green 223 ◦ blue 242

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

Shades of Pig Pink #FBDFF2

Tints of Pig Pink #FBDFF2

RGB

 RED value IS 251 (98.44% from 255) = 35.06%

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

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

R = 35.06%
G = 31.15%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBDFF2 (or 0xFBDFF2) is known color: Pig Pink. HEX triplet: FB, DF and F2. RGB value is (251,223,242). Sum of RGB (Red+Green+Blue) = 251+223+242=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 223 (87.5% from 255 or 31.15% from 716); Blue value is 242 (94.92% from 255 or 33.80% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFF2 is #04200D. Grayscale: #E9E9E9. Windows color (decimal): -270350 or 15917051. OLE color: 15917051.

HSL color Cylindrical-coordinate representation of color #FBDFF2: hue angle of 319.29º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBDFF2 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 223 242 -
CMYK 0 0.11 0.04 0.02
HSL 319.29º 0.78% 0.93% -
HSV(B) 319.29º 0.11% 0.98% -
XYZ 82.2 79.7 95.05 -
YUV 233.54 132.78 140.46 -
System Red Green Blue C M Y K H S L
Decimal 251 223 242 0 0.11 0.04 0.02 319.29 0.78 0.93
Hex FB DF F2 0 B 4 2 13F 4E 5D
Octal 373 337 362 0 13 4 2 477 116 135
Binary 11111011 11011111 11110010 0 1011 100 10 100111111 1001110 1011101

Color Harmonies of #FBDFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDFF2

Black with #FBDFF2

Text Example


Text Example

White with #FBDFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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