Html Css Color HEX #FFC4FD Snuff

📋 copy color: '#FFC4FD'

red 255 ◦ green 196 ◦ blue 253

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

Shades of Snuff #FFC4FD

Tints of Snuff #FFC4FD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 27.84%

 BLUE value IS 253 (99.22% from 255) = 35.94%

R = 36.22%
G = 27.84%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FFC4FD (or 0xFFC4FD) is known color: Snuff. HEX triplet: FF, C4 and FD. RGB value is (255,196,253). Sum of RGB (Red+Green+Blue) = 255+196+253=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 196 (76.95% from 255 or 27.84% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC4FD is #003B02. Grayscale: #DBDBDB. Windows color (decimal): -15107 or 16631039. OLE color: 16631039.

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

Color convert

RGB 255 196 253 -
CMYK 0 0.23 0.01 0
HSL 302.03º 1% 0.88% -
HSV(B) 302.03º 0.23% 1% -
XYZ 78.71 67.83 101.87 -
YUV 220.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 255 196 253 0 0.23 0.01 0 302.03 1 0.88
Hex FF C4 FD 0 17 1 0 12E 64 58
Octal 377 304 375 0 27 1 0 456 144 130
Binary 11111111 11000100 11111101 0 10111 1 0 100101110 1100100 1011000

Color Harmonies of #FFC4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC4FD

Black with #FFC4FD

Text Example


Text Example

White with #FFC4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC4FD; }

 p { color: rgb(255,196,253); }

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

background-color css

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

 a { background-color: rgb(255,196,253); }

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

border-color css

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

 span { border-color: rgb(255,196,253); }

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