Html Css Color HEX #F5D7FF Blue Chalk

📋 copy color: '#F5D7FF'

red 245 ◦ green 215 ◦ blue 255

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

Shades of Blue Chalk #F5D7FF

Tints of Blue Chalk #F5D7FF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 30.07%

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

R = 34.27%
G = 30.07%
B = 35.66%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5D7FF (or 0xF5D7FF) is known color: Blue Chalk. HEX triplet: F5, D7 and FF. RGB value is (245,215,255). Sum of RGB (Red+Green+Blue) = 245+215+255=715 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.27% from 715); Green value is 215 (84.38% from 255 or 30.07% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5D7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D7FF is #0A2800. Grayscale: #E4E4E4. Windows color (decimal): -665601 or 16766965. OLE color: 16766965.

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

Color convert

RGB 245 215 255 -
CMYK 0.04 0.16 0 0
HSL 285º 1% 0.92% -
HSV(B) 285º 0.16% 1% -
XYZ 80.01 75.23 104.91 -
YUV 228.53 142.94 139.75 -
System Red Green Blue C M Y K H S L
Decimal 245 215 255 0.04 0.16 0 0 285 1 0.92
Hex F5 D7 FF 4 10 0 0 11D 64 5C
Octal 365 327 377 4 20 0 0 435 144 134
Binary 11110101 11010111 11111111 100 10000 0 0 100011101 1100100 1011100

Color Harmonies of #F5D7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D7FF

Black with #F5D7FF

Text Example


Text Example

White with #F5D7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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