Html Css Color HEX #FFCFE1 Pig Pink

📋 copy color: '#FFCFE1'

red 255 ◦ green 207 ◦ blue 225

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

Shades of Pig Pink #FFCFE1

Tints of Pig Pink #FFCFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 32.75%

R = 37.12%
G = 30.13%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFCFE1 (or 0xFFCFE1) is known color: Pig Pink. HEX triplet: FF, CF and E1. RGB value is (255,207,225). Sum of RGB (Red+Green+Blue) = 255+207+225=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 225 (88.28% from 255 or 32.75% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFE1 is #00301E. Grayscale: #DFDFDF. Windows color (decimal): -12319 or 14798847. OLE color: 14798847.

HSL color Cylindrical-coordinate representation of color #FFCFE1: hue angle of 337.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCFE1 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 255 207 225 -
CMYK 0 0.19 0.12 0
HSL 337.5º 1% 0.91% -
HSV(B) 337.5º 0.19% 1% -
XYZ 77.14 71.32 80.93 -
YUV 223.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 255 207 225 0 0.19 0.12 0 337.5 1 0.91
Hex FF CF E1 0 13 C 0 152 64 5B
Octal 377 317 341 0 23 14 0 522 144 133
Binary 11111111 11001111 11100001 0 10011 1100 0 101010010 1100100 1011011

Color Harmonies of #FFCFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFE1

Black with #FFCFE1

Text Example


Text Example

White with #FFCFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFE1; }

 p { color: rgb(255,207,225); }

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

background-color css

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

 a { background-color: rgb(255,207,225); }

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

border-color css

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

 span { border-color: rgb(255,207,225); }

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