Html Css Color HEX #FDCFE4 Pig Pink

📋 copy color: '#FDCFE4'

red 253 ◦ green 207 ◦ blue 228

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

Shades of Pig Pink #FDCFE4

Tints of Pig Pink #FDCFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.14%

R = 36.77%
G = 30.09%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FDCFE4 (or 0xFDCFE4) is known color: Pig Pink. HEX triplet: FD, CF and E4. RGB value is (253,207,228). Sum of RGB (Red+Green+Blue) = 253+207+228=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 228 (89.45% from 255 or 33.14% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFE4 is #02301B. Grayscale: #DFDFDF. Windows color (decimal): -143388 or 14995453. OLE color: 14995453.

HSL color Cylindrical-coordinate representation of color #FDCFE4: hue angle of 332.61º 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 #FDCFE4 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 207 228 -
CMYK 0 0.18 0.10 0.01
HSL 332.61º 0.92% 0.9% -
HSV(B) 332.61º 0.18% 0.99% -
XYZ 76.82 71.11 83.08 -
YUV 223.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 253 207 228 0 0.18 0.10 0.01 332.61 0.92 0.9
Hex FD CF E4 0 12 A 1 14D 5C 5A
Octal 375 317 344 0 22 12 1 515 134 132
Binary 11111101 11001111 11100100 0 10010 1010 1 101001101 1011100 1011010

Color Harmonies of #FDCFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFE4

Black with #FDCFE4

Text Example


Text Example

White with #FDCFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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