Html Css Color HEX #F5CCFF Blue Chalk

📋 copy color: '#F5CCFF'

red 245 ◦ green 204 ◦ blue 255

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

Shades of Blue Chalk #F5CCFF

Tints of Blue Chalk #F5CCFF

RGB

 RED value IS 245 (96.09% from 255) = 34.8%

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

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

R = 34.8%
G = 28.98%
B = 36.22%

CMYK

 C value IS 0.04

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5CCFF (or 0xF5CCFF) is known color: Blue Chalk. HEX triplet: F5, CC and FF. RGB value is (245,204,255). Sum of RGB (Red+Green+Blue) = 245+204+255=704 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.80% from 704); Green value is 204 (80.08% from 255 or 28.98% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5CCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CCFF is #0A3300. Grayscale: #DDDDDD. Windows color (decimal): -668417 or 16764149. OLE color: 16764149.

HSL color Cylindrical-coordinate representation of color #F5CCFF: hue angle of 288.24º 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 #F5CCFF is Cyan = 0.04, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 245 204 255 -
CMYK 0.04 0.2 0 0
HSL 288.24º 1% 0.9% -
HSV(B) 288.24º 0.2% 1% -
XYZ 77.3 69.82 104.01 -
YUV 222.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 245 204 255 0.04 0.2 0 0 288.24 1 0.9
Hex F5 CC FF 4 14 0 0 120 64 5A
Octal 365 314 377 4 24 0 0 440 144 132
Binary 11110101 11001100 11111111 100 10100 0 0 100100000 1100100 1011010

Color Harmonies of #F5CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CCFF

Black with #F5CCFF

Text Example


Text Example

White with #F5CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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