Html Css Color HEX #F5CAFF Blue Chalk

📋 copy color: '#F5CAFF'

red 245 ◦ green 202 ◦ blue 255

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

Shades of Blue Chalk #F5CAFF

Tints of Blue Chalk #F5CAFF

RGB

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

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

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

R = 34.9%
G = 28.77%
B = 36.32%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5CAFF (or 0xF5CAFF) is known color: Blue Chalk. HEX triplet: F5, CA and FF. RGB value is (245,202,255). Sum of RGB (Red+Green+Blue) = 245+202+255=702 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.90% from 702); Green value is 202 (79.30% from 255 or 28.77% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5CAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CAFF is #0A3500. Grayscale: #DCDCDC. Windows color (decimal): -668929 or 16763637. OLE color: 16763637.

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

Color convert

RGB 245 202 255 -
CMYK 0.04 0.21 0 0
HSL 288.68º 1% 0.9% -
HSV(B) 288.68º 0.21% 1% -
XYZ 76.83 68.87 103.85 -
YUV 220.9 147.25 145.19 -
System Red Green Blue C M Y K H S L
Decimal 245 202 255 0.04 0.21 0 0 288.68 1 0.9
Hex F5 CA FF 4 15 0 0 121 64 5A
Octal 365 312 377 4 25 0 0 441 144 132
Binary 11110101 11001010 11111111 100 10101 0 0 100100001 1100100 1011010

Color Harmonies of #F5CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CAFF

Black with #F5CAFF

Text Example


Text Example

White with #F5CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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