Html Css Color HEX #F5CAFE Blue Chalk

📋 copy color: '#F5CAFE'

red 245 ◦ green 202 ◦ blue 254

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

Shades of Blue Chalk #F5CAFE

Tints of Blue Chalk #F5CAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.23%

R = 34.95%
G = 28.82%
B = 36.23%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F5CAFE (or 0xF5CAFE) is known color: Blue Chalk. HEX triplet: F5, CA and FE. RGB value is (245,202,254). Sum of RGB (Red+Green+Blue) = 245+202+254=701 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.95% from 701); Green value is 202 (79.30% from 255 or 28.82% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5CAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CAFE is #0A3501. Grayscale: #DCDCDC. Windows color (decimal): -668930 or 16698101. OLE color: 16698101.

HSL color Cylindrical-coordinate representation of color #F5CAFE: hue angle of 289.62º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5CAFE is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 202 254 -
CMYK 0.04 0.20 0 0.00
HSL 289.62º 0.96% 0.89% -
HSV(B) 289.62º 0.2% 1% -
XYZ 76.67 68.81 103.01 -
YUV 220.79 146.75 145.27 -
System Red Green Blue C M Y K H S L
Decimal 245 202 254 0.04 0.20 0 0.00 289.62 0.96 0.89
Hex F5 CA FE 4 14 0 0 122 60 59
Octal 365 312 376 4 24 0 0 442 140 131
Binary 11110101 11001010 11111110 100 10100 0 0 100100010 1100000 1011001

Color Harmonies of #F5CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CAFE

Black with #F5CAFE

Text Example


Text Example

White with #F5CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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