Html Css Color HEX #FFCFE5 Pig Pink

📋 copy color: '#FFCFE5'

red 255 ◦ green 207 ◦ blue 229

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

Shades of Pig Pink #FFCFE5

Tints of Pig Pink #FFCFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.14%

R = 36.9%
G = 29.96%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFCFE5 (or 0xFFCFE5) is known color: Pig Pink. HEX triplet: FF, CF and E5. RGB value is (255,207,229). Sum of RGB (Red+Green+Blue) = 255+207+229=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 207 (81.25% from 255 or 29.96% from 691); Blue value is 229 (89.84% from 255 or 33.14% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFE5 is #00301A. Grayscale: #DFDFDF. Windows color (decimal): -12315 or 15060991. OLE color: 15060991.

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

Color convert

RGB 255 207 229 -
CMYK 0 0.19 0.10 0
HSL 332.5º 1% 0.91% -
HSV(B) 332.5º 0.19% 1% -
XYZ 77.7 71.54 83.84 -
YUV 223.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 255 207 229 0 0.19 0.10 0 332.5 1 0.91
Hex FF CF E5 0 13 A 0 14C 64 5B
Octal 377 317 345 0 23 12 0 514 144 133
Binary 11111111 11001111 11100101 0 10011 1010 0 101001100 1100100 1011011

Color Harmonies of #FFCFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFE5

Black with #FFCFE5

Text Example


Text Example

White with #FFCFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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