Html Css Color HEX #F7CFFE Selago

📋 copy color: '#F7CFFE'

red 247 ◦ green 207 ◦ blue 254

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

Shades of Selago #F7CFFE

Tints of Selago #F7CFFE

RGB

 RED value IS 247 (96.88% from 255) = 34.89%

 GREEN value IS 207 (81.25% from 255) = 29.24%

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

R = 34.89%
G = 29.24%
B = 35.88%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F7CFFE (or 0xF7CFFE) is known color: Selago. HEX triplet: F7, CF and FE. RGB value is (247,207,254). Sum of RGB (Red+Green+Blue) = 247+207+254=708 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.89% from 708); Green value is 207 (81.25% from 255 or 29.24% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7CFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CFFE is #083001. Grayscale: #E0E0E0. Windows color (decimal): -536578 or 16699383. OLE color: 16699383.

HSL color Cylindrical-coordinate representation of color #F7CFFE: hue angle of 291.06º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F7CFFE is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 247 207 254 -
CMYK 0.03 0.19 0 0.00
HSL 291.06º 0.96% 0.9% -
HSV(B) 291.06º 0.19% 1% -
XYZ 78.56 71.56 103.44 -
YUV 224.32 144.75 144.18 -
System Red Green Blue C M Y K H S L
Decimal 247 207 254 0.03 0.19 0 0.00 291.06 0.96 0.9
Hex F7 CF FE 3 13 0 0 123 60 5A
Octal 367 317 376 3 23 0 0 443 140 132
Binary 11110111 11001111 11111110 11 10011 0 0 100100011 1100000 1011010

Color Harmonies of #F7CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CFFE

Black with #F7CFFE

Text Example


Text Example

White with #F7CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CFFE; }

 p { color: rgb(247,207,254); }

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

background-color css

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

 a { background-color: rgb(247,207,254); }

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

border-color css

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

 span { border-color: rgb(247,207,254); }

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