Html Css Color HEX #FFCAFF Snuff

📋 copy color: '#FFCAFF'

red 255 ◦ green 202 ◦ blue 255

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

Shades of Snuff #FFCAFF

Tints of Snuff #FFCAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 28.37%

 BLUE value IS 255 (100% from 255) = 35.81%

R = 35.81%
G = 28.37%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FFCAFF (or 0xFFCAFF) is known color: Snuff. HEX triplet: FF, CA and FF. RGB value is (255,202,255). Sum of RGB (Red+Green+Blue) = 255+202+255=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 202 (79.30% from 255 or 28.37% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFCAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAFF is #003500. Grayscale: #DFDFDF. Windows color (decimal): -13569 or 16763647. OLE color: 16763647.

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

Color convert

RGB 255 202 255 -
CMYK 0 0.21 0 0
HSL 300º 1% 0.9% -
HSV(B) 300º 0.21% 1% -
XYZ 80.41 70.72 104.02 -
YUV 223.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 255 202 255 0 0.21 0 0 300 1 0.9
Hex FF CA FF 0 15 0 0 12C 64 5A
Octal 377 312 377 0 25 0 0 454 144 132
Binary 11111111 11001010 11111111 0 10101 0 0 100101100 1100100 1011010

Color Harmonies of #FFCAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCAFF

Black with #FFCAFF

Text Example


Text Example

White with #FFCAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCAFF; }

 p { color: rgb(255,202,255); }

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

background-color css

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

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

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

border-color css

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

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

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