Html Css Color HEX #FFCCFA Snuff

📋 copy color: '#FFCCFA'

red 255 ◦ green 204 ◦ blue 250

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

Shades of Snuff #FFCCFA

Tints of Snuff #FFCCFA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 28.77%

 BLUE value IS 250 (98.05% from 255) = 35.26%

R = 35.97%
G = 28.77%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFCCFA (or 0xFFCCFA) is known color: Snuff. HEX triplet: FF, CC and FA. RGB value is (255,204,250). Sum of RGB (Red+Green+Blue) = 255+204+250=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 204 (80.08% from 255 or 28.77% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCFA is #003305. Grayscale: #E0E0E0. Windows color (decimal): -13062 or 16436479. OLE color: 16436479.

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

Color convert

RGB 255 204 250 -
CMYK 0 0.2 0.02 0
HSL 305.88º 1% 0.9% -
HSV(B) 305.88º 0.2% 1% -
XYZ 80.09 71.35 99.99 -
YUV 224.49 142.4 149.76 -
System Red Green Blue C M Y K H S L
Decimal 255 204 250 0 0.2 0.02 0 305.88 1 0.9
Hex FF CC FA 0 14 2 0 132 64 5A
Octal 377 314 372 0 24 2 0 462 144 132
Binary 11111111 11001100 11111010 0 10100 10 0 100110010 1100100 1011010

Color Harmonies of #FFCCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCFA

Black with #FFCCFA

Text Example


Text Example

White with #FFCCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCFA; }

 p { color: rgb(255,204,250); }

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

background-color css

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

 a { background-color: rgb(255,204,250); }

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

border-color css

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

 span { border-color: rgb(255,204,250); }

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