Html Css Color HEX #F5DAFE Blue Chalk

📋 copy color: '#F5DAFE'

red 245 ◦ green 218 ◦ blue 254

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

Shades of Blue Chalk #F5DAFE

Tints of Blue Chalk #F5DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 30.4%

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

R = 34.17%
G = 30.4%
B = 35.43%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F5DAFE (or 0xF5DAFE) is known color: Blue Chalk. HEX triplet: F5, DA and FE. RGB value is (245,218,254). Sum of RGB (Red+Green+Blue) = 245+218+254=717 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.17% from 717); Green value is 218 (85.55% from 255 or 30.40% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5DAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DAFE is #0A2501. Grayscale: #E6E6E6. Windows color (decimal): -664834 or 16702197. OLE color: 16702197.

HSL color Cylindrical-coordinate representation of color #F5DAFE: hue angle of 285º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5DAFE is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 218 254 -
CMYK 0.04 0.14 0 0.00
HSL 285º 0.95% 0.93% -
HSV(B) 285º 0.14% 1% -
XYZ 80.62 76.71 104.32 -
YUV 230.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 245 218 254 0.04 0.14 0 0.00 285 0.95 0.93
Hex F5 DA FE 4 E 0 0 11D 5F 5D
Octal 365 332 376 4 16 0 0 435 137 135
Binary 11110101 11011010 11111110 100 1110 0 0 100011101 1011111 1011101

Color Harmonies of #F5DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DAFE

Black with #F5DAFE

Text Example


Text Example

White with #F5DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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