Html Css Color HEX #FFCEE2 Pig Pink

📋 copy color: '#FFCEE2'

red 255 ◦ green 206 ◦ blue 226

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

Shades of Pig Pink #FFCEE2

Tints of Pig Pink #FFCEE2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.99%

 BLUE value IS 226 (88.67% from 255) = 32.9%

R = 37.12%
G = 29.99%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFCEE2 (or 0xFFCEE2) is known color: Pig Pink. HEX triplet: FF, CE and E2. RGB value is (255,206,226). Sum of RGB (Red+Green+Blue) = 255+206+226=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 226 (88.67% from 255 or 32.90% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEE2 is #00311D. Grayscale: #DEDEDE. Windows color (decimal): -12574 or 14864127. OLE color: 14864127.

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

Color convert

RGB 255 206 226 -
CMYK 0 0.19 0.11 0
HSL 335.51º 1% 0.9% -
HSV(B) 335.51º 0.19% 1% -
XYZ 77.04 70.89 81.57 -
YUV 222.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 255 206 226 0 0.19 0.11 0 335.51 1 0.9
Hex FF CE E2 0 13 B 0 150 64 5A
Octal 377 316 342 0 23 13 0 520 144 132
Binary 11111111 11001110 11100010 0 10011 1011 0 101010000 1100100 1011010

Color Harmonies of #FFCEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCEE2

Black with #FFCEE2

Text Example


Text Example

White with #FFCEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCEE2; }

 p { color: rgb(255,206,226); }

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

background-color css

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

 a { background-color: rgb(255,206,226); }

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

border-color css

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

 span { border-color: rgb(255,206,226); }

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