Html Css Color HEX #FFCFEE Pig Pink

📋 copy color: '#FFCFEE'

red 255 ◦ green 207 ◦ blue 238

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

Shades of Pig Pink #FFCFEE

Tints of Pig Pink #FFCFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34%

R = 36.43%
G = 29.57%
B = 34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FFCFEE (or 0xFFCFEE) is known color: Pig Pink. HEX triplet: FF, CF and EE. RGB value is (255,207,238). Sum of RGB (Red+Green+Blue) = 255+207+238=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 207 (81.25% from 255 or 29.57% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFEE is #003011. Grayscale: #E0E0E0. Windows color (decimal): -12306 or 15650815. OLE color: 15650815.

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

Color convert

RGB 255 207 238 -
CMYK 0 0.19 0.07 0
HSL 321.25º 1% 0.91% -
HSV(B) 321.25º 0.19% 1% -
XYZ 78.99 72.06 90.63 -
YUV 224.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 255 207 238 0 0.19 0.07 0 321.25 1 0.91
Hex FF CF EE 0 13 7 0 141 64 5B
Octal 377 317 356 0 23 7 0 501 144 133
Binary 11111111 11001111 11101110 0 10011 111 0 101000001 1100100 1011011

Color Harmonies of #FFCFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFEE

Black with #FFCFEE

Text Example


Text Example

White with #FFCFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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