Html Css Color HEX #FDCFE6 Pig Pink

📋 copy color: '#FDCFE6'

red 253 ◦ green 207 ◦ blue 230

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

Shades of Pig Pink #FDCFE6

Tints of Pig Pink #FDCFE6

RGB

 RED value IS 253 (99.22% from 255) = 36.67%

 GREEN value IS 207 (81.25% from 255) = 30%

 BLUE value IS 230 (90.23% from 255) = 33.33%

R = 36.67%
G = 30%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDCFE6 (or 0xFDCFE6) is known color: Pig Pink. HEX triplet: FD, CF and E6. RGB value is (253,207,230). Sum of RGB (Red+Green+Blue) = 253+207+230=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 230 (90.23% from 255 or 33.33% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFE6 is #023019. Grayscale: #DFDFDF. Windows color (decimal): -143386 or 15126525. OLE color: 15126525.

HSL color Cylindrical-coordinate representation of color #FDCFE6: hue angle of 330º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDCFE6 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 207 230 -
CMYK 0 0.18 0.09 0.01
HSL 330º 0.92% 0.9% -
HSV(B) 330º 0.18% 0.99% -
XYZ 77.1 71.22 84.55 -
YUV 223.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 253 207 230 0 0.18 0.09 0.01 330 0.92 0.9
Hex FD CF E6 0 12 9 1 14A 5C 5A
Octal 375 317 346 0 22 11 1 512 134 132
Binary 11111101 11001111 11100110 0 10010 1001 1 101001010 1011100 1011010

Color Harmonies of #FDCFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFE6

Black with #FDCFE6

Text Example


Text Example

White with #FDCFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFE6; }

 p { color: rgb(253,207,230); }

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

background-color css

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

 a { background-color: rgb(253,207,230); }

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

border-color css

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

 span { border-color: rgb(253,207,230); }

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