Html Css Color HEX #FFCFE6 Pig Pink

📋 copy color: '#FFCFE6'

red 255 ◦ green 207 ◦ blue 230

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

Shades of Pig Pink #FFCFE6

Tints of Pig Pink #FFCFE6

RGB

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

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

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

R = 36.85%
G = 29.91%
B = 33.24%

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

#FFCFE6 (or 0xFFCFE6) is known color: Pig Pink. HEX triplet: FF, CF and E6. RGB value is (255,207,230). Sum of RGB (Red+Green+Blue) = 255+207+230=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 207 (81.25% from 255 or 29.91% from 692); Blue value is 230 (90.23% from 255 or 33.24% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFE6 is #003019. Grayscale: #DFDFDF. Windows color (decimal): -12314 or 15126527. OLE color: 15126527.

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

Color convert

RGB 255 207 230 -
CMYK 0 0.19 0.10 0
HSL 331.25º 1% 0.91% -
HSV(B) 331.25º 0.19% 1% -
XYZ 77.84 71.6 84.58 -
YUV 223.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 255 207 230 0 0.19 0.10 0 331.25 1 0.91
Hex FF CF E6 0 13 A 0 14B 64 5B
Octal 377 317 346 0 23 12 0 513 144 133
Binary 11111111 11001111 11100110 0 10011 1010 0 101001011 1100100 1011011

Color Harmonies of #FFCFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFE6

Black with #FFCFE6

Text Example


Text Example

White with #FFCFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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